From b858aa75e4c1aaa1517023c3ee52bede3498e597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:56:41 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.1 to 3.0.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/29824e69f54612133e76f7eaac726eef6c875baf...f8d387b68d61c58ab83c6c016672934102569859) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fetch_versions.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/upload.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fetch_versions.yml b/.github/workflows/fetch_versions.yml index 1501405a4..7a0b13dca 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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 with: app-id: 249762 private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }} @@ -78,7 +78,7 @@ jobs: committer: ${{ steps.generate_token.outputs.app-slug }}[bot] <${{ steps.generate_token.outputs.app-slug }}[bot]@users.noreply.github.com> - name: Generate Github Token id: generate_issues_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 if: ${{ failure() }} with: app-id: ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de25e83fa..518f67148 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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 if: ${{ failure() }} with: app-id: ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }} diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 0d4f51ad9..60f121c95 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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 if: ${{ failure() }} with: app-id: ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }}