diff --git a/.github/workflows/notify-plugin-tools.yml b/.github/workflows/notify-plugin-tools.yml index a43df692e..66f580200 100644 --- a/.github/workflows/notify-plugin-tools.yml +++ b/.github/workflows/notify-plugin-tools.yml @@ -46,7 +46,7 @@ jobs: - name: Generate token if: steps.check_files.outputs.has_relevant_changes == 'true' id: generate_token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 with: app-id: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_ID }} private-key: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_PEM }} diff --git a/.github/workflows/update-examples.yaml b/.github/workflows/update-examples.yaml index 67eb4ce6d..396b5703a 100644 --- a/.github/workflows/update-examples.yaml +++ b/.github/workflows/update-examples.yaml @@ -27,7 +27,7 @@ jobs: GITHUB_APP_ID=plugins-platform-bot-app:app_id GITHUB_APP_PRIVATE_KEY=plugins-platform-bot-app:app_pem - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: generate_token with: app-id: ${{ env.GITHUB_APP_ID }}