From 710b5ffa8a0172db72d2fd159ab23fff67c00128 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:12:43 +0000 Subject: [PATCH] Update Pin dependencies Update actions/checkout Changelog-entry: Update actions/checkout to --- .github/workflows/yocto-build-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/yocto-build-deploy.yml b/.github/workflows/yocto-build-deploy.yml index 3680b2866..972b43f83 100644 --- a/.github/workflows/yocto-build-deploy.yml +++ b/.github/workflows/yocto-build-deploy.yml @@ -261,7 +261,7 @@ jobs: # https://github.com/actions/checkout - name: Clone device repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: repository: ${{ inputs.device-repo }} token: ${{ secrets.GITHUB_TOKEN }} @@ -1063,7 +1063,7 @@ jobs: steps: # Clone the device respository to fetch Leviathan - name: Clone device repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: repository: ${{ inputs.device-repo }} token: ${{ secrets.GITHUB_TOKEN }} @@ -1129,7 +1129,7 @@ jobs: # Images need to end up in workspace folder and need to have correct names # TODO: Replace hardcoded config.js image paths to variables - name: Fetch artifacts from build job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 with: name: build-artifacts path: ${{ env.LEVIATHAN_WORKSPACE }}