From 5e63f811c98306651cf6081f267b4b48301f625b Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:09:29 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.27.16 Update balena-os/balena-yocto-scripts from v1.27.10 to v1.27.16 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 ef609060da..f2b07a5314 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 70d2d90483..7c825c6582 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 9da17b60b9..4261e2cdc5 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 78e747426a..64e973bae4 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 a9fe5728d4..afe8412bc7 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 cbca4b5cf9..93f0aa5421 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 9444662281..14f72b8118 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 32ef72d465..ed4ff4fc34 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 684b0c89ba..32d5df5d08 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 7b35eda16a..3f5d74978d 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 669829594b..cbe6f6eeb2 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 506d4f2c41..dad9a99299 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 e474974e56..ab98bb074b 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 926d9d4380..37342d285f 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 e9b40fd674..28aa8315ca 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 8066a1a0dd..fd264c0be4 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 8ae90c2ee4..5a36f044ec 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 f6894c82d3..e452f389f2 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 58b43498fa..6c25806a7e 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 96288065d9..a1927df420 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 1d155e6937..404e312fbd 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 4fdb65d913..7479606ec7 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 0deb292e42..68a32c4c9f 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 618c14d93a..d3f0e63774 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 9a430c7ab1..fc98fa9cf8 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 08ec080434..d53f8d89ba 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 c26750613d..79e97ebbba 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 4f3e055e9b..890186e73c 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 ad52ff79dc..87ccba5c55 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 223fe02887..afc2f419c5 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 52e296fb6c..93efa7b584 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 8133e1d8de..c72ca86b45 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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 4a46badf04..42d1f6be71 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@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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