From b616bc59464efd9ca421e68e50753d8886114d6b Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:13:36 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v1.11.1 Update actions/create-github-app-token from 1.11.0 to 1.11.1 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 a8cab760a..d7dd0abd2 100644 --- a/.github/workflows/yocto-build-deploy.yml +++ b/.github/workflows/yocto-build-deploy.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }}