From eb62c251f9c836ea4d7f03174d2096c67fc43d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:07:29 +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.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fetch.yaml b/.github/workflows/fetch.yaml index 1d2f24dc..5f0cd498 100644 --- a/.github/workflows/fetch.yaml +++ b/.github/workflows/fetch.yaml @@ -15,7 +15,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: 295926 private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }} @@ -54,7 +54,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.yaml b/.github/workflows/release.yaml index ca5f028f..563e3442 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: run: go run ./cmd/release . - 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 }}