Skip to content

Commit

Permalink
Merge pull request #478 from balena-os/renovate/actions-create-github…
Browse files Browse the repository at this point in the history
…-app-token-1.11.x

Update actions/create-github-app-token action to v1.11.1
  • Loading branch information
balena-renovate[bot] authored Dec 30, 2024
2 parents dc109a0 + fc1026a commit f534e09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
# This behvaiour is required for private submodules
# https://github.com/actions/create-github-app-token
- name: Create GitHub App installation token
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ vars.BALENAOS_CI_APP_ID }}
Expand All @@ -265,7 +265,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/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token-balena-io
with:
app-id: ${{ vars.BALENAOS_CI_APP_ID }}
Expand Down Expand Up @@ -1572,7 +1572,7 @@ jobs:
# Owner input to make token valid for all repositories in the org
# This behvaiour is required for private submodules
- name: Create GitHub App installation token
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ vars.BALENAOS_CI_APP_ID }}
Expand All @@ -1583,7 +1583,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/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token-balena-io
with:
app-id: ${{ vars.BALENAOS_CI_APP_ID }}
Expand Down

0 comments on commit f534e09

Please sign in to comment.