Skip to content

Commit

Permalink
Update actions/create-github-app-token action to v1.11.2
Browse files Browse the repository at this point in the history
Update actions/create-github-app-token from 1.11.1 to 1.11.2

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Jan 31, 2025
1 parent c4cc5bd commit 6938c08
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 @@ -266,7 +266,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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
id: app-token
with:
app-id: ${{ vars.BALENAOS_CI_APP_ID }}
Expand All @@ -277,7 +277,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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
id: app-token-balena-io
with:
app-id: ${{ vars.BALENAOS_CI_APP_ID }}
Expand Down Expand Up @@ -1612,7 +1612,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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
id: app-token
with:
app-id: ${{ vars.BALENAOS_CI_APP_ID }}
Expand All @@ -1623,7 +1623,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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
id: app-token-balena-io
with:
app-id: ${{ vars.BALENAOS_CI_APP_ID }}
Expand Down

0 comments on commit 6938c08

Please sign in to comment.