From b66b2e3ecc34dbd5aaac02f8b25a8488bb335ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:05:55 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.0 to 2.2.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/7e473efe3cb98aa54f8d4bac15400b15fad77d94...29824e69f54612133e76f7eaac726eef6c875baf) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 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 }}