diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc2db77..16bb699 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }} - name: Generate GitHub App Token id: app-token - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 + uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.DOCKER_READ_APP_PRIVATE_KEY }} diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index ef1176d..ce39368 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -42,7 +42,7 @@ jobs: - name: Generate GitHub App Token id: app-token - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 + uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 with: app-id: ${{ vars.DOCKER_READ_APP_ID }} private-key: ${{ secrets.DOCKER_READ_APP_PRIVATE_KEY }} diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 843e5cd..f2c0857 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -26,7 +26,7 @@ jobs: - name: Generate GitHub App Token id: app-token - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 + uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 with: app-id: ${{ vars.DOCKER_READ_APP_ID }} private-key: ${{ secrets.DOCKER_READ_APP_PRIVATE_KEY }} @@ -74,7 +74,7 @@ jobs: - name: Generate GitHub App Token id: app-token - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 + uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 with: app-id: ${{ vars.DOCKER_READ_APP_ID }} private-key: ${{ secrets.DOCKER_READ_APP_PRIVATE_KEY }}