From 547a52eb0446fe0e079f02035e381a84879989ff Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:54:11 +0000 Subject: [PATCH] Update Pin balena-os/balena-yocto-scripts action to 9646cf9 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to --- .github/workflows/ucm-imx93.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ucm-imx93.yml b/.github/workflows/ucm-imx93.yml index 275ade14..ef4cf27e 100644 --- a/.github/workflows/ucm-imx93.yml +++ b/.github/workflows/ucm-imx93.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.47 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@9646cf9ad0f3c6ac4b2ce11e0ef21b8fa9276149 # v1.25.47 # Prevent duplicate workflow executions for pull_request (PR) and pull_request_target (PRT) events. # Both PR and PRT will be triggered for the same pull request, whether it is internal or from a fork. # This condition will prevent the workflow from running twice for the same pull request while