From 28a83ee71d527fcb3867732350f3dd3e57cf56c8 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 03:50:06 +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/kontron-mx8mm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kontron-mx8mm.yml b/.github/workflows/kontron-mx8mm.yml index d4a31579..5cd64cd7 100644 --- a/.github/workflows/kontron-mx8mm.yml +++ b/.github/workflows/kontron-mx8mm.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