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 }}