Skip to content

Commit

Permalink
Update Pin dependencies
Browse files Browse the repository at this point in the history
Update actions/checkout
Changelog-entry: Update actions/checkout to
  • Loading branch information
balena-renovate[bot] committed Jul 16, 2024
1 parent ba3794d commit 8e61170
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
# all repos where the app is installed (usually the whole org)
# https://github.com/actions/create-github-app-token
- name: Create GitHub App installation token
uses: actions/[email protected]
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
id: app-token
if: vars.FLOWZONE_APP_ID != ''
with:
Expand All @@ -256,7 +256,7 @@ jobs:
# so we can checkout private contracts
# https://github.com/actions/create-github-app-token
- name: Create GitHub App installation token (balena-io)
uses: actions/[email protected]
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
id: app-token-balena-io
if: vars.FLOWZONE_APP_ID != ''
with:
Expand All @@ -266,7 +266,7 @@ jobs:

# https://github.com/actions/checkout
- name: Clone device repository
uses: actions/[email protected]
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: ${{ inputs.device-repo }}
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -1027,7 +1027,7 @@ jobs:
steps:
# https://github.com/actions/create-github-app-token
- name: Create GitHub App installation token
uses: actions/[email protected]
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
id: app-token
if: vars.FLOWZONE_APP_ID != ''
with:
Expand All @@ -1036,7 +1036,7 @@ jobs:

# Clone the device respository to fetch Leviathan
- name: Clone device repository
uses: actions/[email protected]
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: ${{ inputs.device-repo }}
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -1067,7 +1067,7 @@ jobs:
# Images need to end up in workspace folder and need to have correct names
- name: Fetch artifacts from build job
uses: actions/download-artifact@v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: build-artifacts
path: ${{ env.WORKSPACE }}
Expand Down

0 comments on commit 8e61170

Please sign in to comment.