diff --git a/.github/workflows/fetch_versions.yml b/.github/workflows/fetch_versions.yml index 938b0deac..b396ac51f 100644 --- a/.github/workflows/fetch_versions.yml +++ b/.github/workflows/fetch_versions.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: 249762 private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }} @@ -74,7 +74,7 @@ jobs: token: ${{ steps.generate_token.outputs.token }} - name: Generate Github Token id: generate_issues_token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 if: ${{ failure() }} with: app-id: ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2b5ed8e4..fd4816b51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: rm -fv minisign.key - name: Generate Github Token id: generate_issues_token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 if: ${{ failure() }} with: app-id: ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }} diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 7434c28ee..a2f67e5f2 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -53,7 +53,7 @@ jobs: run: gsutil -m rsync -r downloads gs://buf-plugins - name: Generate Github Token id: generate_issues_token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 if: ${{ failure() }} with: app-id: ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }}