From 6938c085f37c260298839882c98b3e18d548948d Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 00:34:13 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v1.11.2 Update actions/create-github-app-token from 1.11.1 to 1.11.2 Change-type: patch --- .github/workflows/yocto-build-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/yocto-build-deploy.yml b/.github/workflows/yocto-build-deploy.yml index af6311b33..0a0c0eba0 100644 --- a/.github/workflows/yocto-build-deploy.yml +++ b/.github/workflows/yocto-build-deploy.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }}