diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 97c2c22a..e8adcb06 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,7 +32,7 @@ jobs: - name: Generate GitHub token id: generate-github-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 if: ${{ env.IS_FORK == 'false' }} with: app-id: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_ID }} diff --git a/bundle-schema-types/action.yml b/bundle-schema-types/action.yml index 263636a8..77747e08 100644 --- a/bundle-schema-types/action.yml +++ b/bundle-schema-types/action.yml @@ -36,7 +36,7 @@ runs: - name: Generate token id: generate-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_ID }} private-key: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_PRIVATE_KEY }} diff --git a/bundle-types/action.yml b/bundle-types/action.yml index 86af65c2..21e7ccb1 100644 --- a/bundle-types/action.yml +++ b/bundle-types/action.yml @@ -68,7 +68,7 @@ runs: - name: Generate token id: generate-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_ID }} private-key: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_PRIVATE_KEY }}