From 3c3ba2ab6b66d7a7915224e1cb2b8b725a6a034a Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:09:27 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.25.46 Update balena-os/balena-yocto-scripts from v1.25.39 to v1.25.46 Change-type: patch --- .github/workflows/bananapi-m1-plus.yml | 2 +- .github/workflows/beaglebone-ai64.yml | 2 +- .github/workflows/beaglebone-pocket.yml | 2 +- .github/workflows/beaglebone.yml | 2 +- .github/workflows/generic-aarch64.yml | 2 +- .github/workflows/generic-amd64.yml | 2 +- .github/workflows/genericx86-64-ext.yml | 2 +- .github/workflows/genericx86-64.yml | 2 +- .github/workflows/imx6ul-var-dart.yml | 2 +- .github/workflows/imx7-var-som.yml | 2 +- .github/workflows/iot-gate-imx8.yml | 2 +- .github/workflows/iot-gate-imx8plus.yml | 2 +- .github/workflows/jetson-agx-orin-devkit.yml | 2 +- .github/workflows/jetson-nano.yml | 2 +- .github/workflows/jetson-tx2.yml | 2 +- .github/workflows/jetson-xavier.yml | 2 +- .github/workflows/nanopi-neo-air.yml | 2 +- .github/workflows/nanopi-r2c.yml | 2 +- .github/workflows/orangepi-plus2.yml | 2 +- .github/workflows/owa5x.yml | 2 +- .github/workflows/raspberrypi.yml | 2 +- .github/workflows/raspberrypi2.yml | 2 +- .github/workflows/raspberrypi3-64.yml | 2 +- .github/workflows/raspberrypi3.yml | 2 +- .github/workflows/raspberrypi4-64.yml | 2 +- .github/workflows/revpi-connect-4.yml | 2 +- .github/workflows/revpi-connect-s.yml | 2 +- .github/workflows/revpi-connect.yml | 2 +- .github/workflows/revpi-core-3.yml | 2 +- .github/workflows/rockpi-4b-rk3399.yml | 2 +- .github/workflows/surface-go.yml | 2 +- .github/workflows/surface-pro-6.yml | 2 +- .github/workflows/var-som-mx6..yml | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/bananapi-m1-plus.yml b/.github/workflows/bananapi-m1-plus.yml index cc60f869ef..ac2472c48e 100644 --- a/.github/workflows/bananapi-m1-plus.yml +++ b/.github/workflows/bananapi-m1-plus.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/beaglebone-ai64.yml b/.github/workflows/beaglebone-ai64.yml index 9ae5e42555..3831eb5b4c 100644 --- a/.github/workflows/beaglebone-ai64.yml +++ b/.github/workflows/beaglebone-ai64.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/beaglebone-pocket.yml b/.github/workflows/beaglebone-pocket.yml index 7c4232da01..663d7160d4 100644 --- a/.github/workflows/beaglebone-pocket.yml +++ b/.github/workflows/beaglebone-pocket.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/beaglebone.yml b/.github/workflows/beaglebone.yml index 35b41b8406..ca98ae3a9b 100644 --- a/.github/workflows/beaglebone.yml +++ b/.github/workflows/beaglebone.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/generic-aarch64.yml b/.github/workflows/generic-aarch64.yml index dc850a31b6..b82fb180f3 100644 --- a/.github/workflows/generic-aarch64.yml +++ b/.github/workflows/generic-aarch64.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/generic-amd64.yml b/.github/workflows/generic-amd64.yml index 70efb95915..d746737dac 100644 --- a/.github/workflows/generic-amd64.yml +++ b/.github/workflows/generic-amd64.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/genericx86-64-ext.yml b/.github/workflows/genericx86-64-ext.yml index 0b28d93c65..becbce0fa4 100644 --- a/.github/workflows/genericx86-64-ext.yml +++ b/.github/workflows/genericx86-64-ext.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/genericx86-64.yml b/.github/workflows/genericx86-64.yml index a8f25c8b4f..03b30d5ba0 100644 --- a/.github/workflows/genericx86-64.yml +++ b/.github/workflows/genericx86-64.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/imx6ul-var-dart.yml b/.github/workflows/imx6ul-var-dart.yml index f8c00abb17..91165821c5 100644 --- a/.github/workflows/imx6ul-var-dart.yml +++ b/.github/workflows/imx6ul-var-dart.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/imx7-var-som.yml b/.github/workflows/imx7-var-som.yml index fa20633549..b2ff439392 100644 --- a/.github/workflows/imx7-var-som.yml +++ b/.github/workflows/imx7-var-som.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/iot-gate-imx8.yml b/.github/workflows/iot-gate-imx8.yml index e34bf422b1..d3dc223cf7 100644 --- a/.github/workflows/iot-gate-imx8.yml +++ b/.github/workflows/iot-gate-imx8.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/iot-gate-imx8plus.yml b/.github/workflows/iot-gate-imx8plus.yml index 21128e0fa4..15d1b6aaab 100644 --- a/.github/workflows/iot-gate-imx8plus.yml +++ b/.github/workflows/iot-gate-imx8plus.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/jetson-agx-orin-devkit.yml b/.github/workflows/jetson-agx-orin-devkit.yml index 3c69300a6a..b77b51cd93 100644 --- a/.github/workflows/jetson-agx-orin-devkit.yml +++ b/.github/workflows/jetson-agx-orin-devkit.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/jetson-nano.yml b/.github/workflows/jetson-nano.yml index 503f2cd813..c360e6b925 100644 --- a/.github/workflows/jetson-nano.yml +++ b/.github/workflows/jetson-nano.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/jetson-tx2.yml b/.github/workflows/jetson-tx2.yml index f90d626bd9..fea2059ba8 100644 --- a/.github/workflows/jetson-tx2.yml +++ b/.github/workflows/jetson-tx2.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/jetson-xavier.yml b/.github/workflows/jetson-xavier.yml index 0a6c95fb22..e053e6cc11 100644 --- a/.github/workflows/jetson-xavier.yml +++ b/.github/workflows/jetson-xavier.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/nanopi-neo-air.yml b/.github/workflows/nanopi-neo-air.yml index 4b1d86832f..ba6500ea22 100644 --- a/.github/workflows/nanopi-neo-air.yml +++ b/.github/workflows/nanopi-neo-air.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/nanopi-r2c.yml b/.github/workflows/nanopi-r2c.yml index 133aa45f0a..6bd575ea60 100644 --- a/.github/workflows/nanopi-r2c.yml +++ b/.github/workflows/nanopi-r2c.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/orangepi-plus2.yml b/.github/workflows/orangepi-plus2.yml index d0cd4dc3dc..a6cdf40676 100644 --- a/.github/workflows/orangepi-plus2.yml +++ b/.github/workflows/orangepi-plus2.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/owa5x.yml b/.github/workflows/owa5x.yml index bfbe5cd1ea..65daeebd87 100644 --- a/.github/workflows/owa5x.yml +++ b/.github/workflows/owa5x.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/raspberrypi.yml b/.github/workflows/raspberrypi.yml index d4b7c54777..691f7c7cf6 100644 --- a/.github/workflows/raspberrypi.yml +++ b/.github/workflows/raspberrypi.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/raspberrypi2.yml b/.github/workflows/raspberrypi2.yml index 236a39fd76..3081618d77 100644 --- a/.github/workflows/raspberrypi2.yml +++ b/.github/workflows/raspberrypi2.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/raspberrypi3-64.yml b/.github/workflows/raspberrypi3-64.yml index a499d1b5dc..f5f0ec9e3e 100644 --- a/.github/workflows/raspberrypi3-64.yml +++ b/.github/workflows/raspberrypi3-64.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/raspberrypi3.yml b/.github/workflows/raspberrypi3.yml index 3c29c20050..b46d7c1792 100644 --- a/.github/workflows/raspberrypi3.yml +++ b/.github/workflows/raspberrypi3.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/raspberrypi4-64.yml b/.github/workflows/raspberrypi4-64.yml index d30c05d102..6b22ff3e92 100644 --- a/.github/workflows/raspberrypi4-64.yml +++ b/.github/workflows/raspberrypi4-64.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/revpi-connect-4.yml b/.github/workflows/revpi-connect-4.yml index ce5317d318..5e0bd02667 100644 --- a/.github/workflows/revpi-connect-4.yml +++ b/.github/workflows/revpi-connect-4.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/revpi-connect-s.yml b/.github/workflows/revpi-connect-s.yml index 354fd3229d..681088cb4e 100644 --- a/.github/workflows/revpi-connect-s.yml +++ b/.github/workflows/revpi-connect-s.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/revpi-connect.yml b/.github/workflows/revpi-connect.yml index 894780795c..cad7b9b26f 100644 --- a/.github/workflows/revpi-connect.yml +++ b/.github/workflows/revpi-connect.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/revpi-core-3.yml b/.github/workflows/revpi-core-3.yml index 73f6a3b0d3..6620fed698 100644 --- a/.github/workflows/revpi-core-3.yml +++ b/.github/workflows/revpi-core-3.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/rockpi-4b-rk3399.yml b/.github/workflows/rockpi-4b-rk3399.yml index 0edb76f7d6..03e93d62bc 100644 --- a/.github/workflows/rockpi-4b-rk3399.yml +++ b/.github/workflows/rockpi-4b-rk3399.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/surface-go.yml b/.github/workflows/surface-go.yml index 9f8508c36f..63d13310bf 100644 --- a/.github/workflows/surface-go.yml +++ b/.github/workflows/surface-go.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/surface-pro-6.yml b/.github/workflows/surface-pro-6.yml index 19b4783530..5493dfaaef 100644 --- a/.github/workflows/surface-pro-6.yml +++ b/.github/workflows/surface-pro-6.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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 diff --git a/.github/workflows/var-som-mx6..yml b/.github/workflows/var-som-mx6..yml index cc22bbaaf3..96e47849ac 100644 --- a/.github/workflows/var-som-mx6..yml +++ b/.github/workflows/var-som-mx6..yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46 # 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