From 76cba44f87912dac1ab3cec6cc49a3535a114e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:12:44 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.1.4 to 2.2.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.4 to 2.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/67018539274d69449ef7c02e8e71183d1719ab42...7e473efe3cb98aa54f8d4bac15400b15fad77d94) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gemini-dispatch.yml | 4 ++-- .github/workflows/gemini-invoke.yml | 2 +- .github/workflows/gemini-review.yml | 2 +- .github/workflows/gemini-scheduled-triage.yml | 2 +- .github/workflows/gemini-triage.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gemini-dispatch.yml b/.github/workflows/gemini-dispatch.yml index 4b5276d2..e5ac7888 100644 --- a/.github/workflows/gemini-dispatch.yml +++ b/.github/workflows/gemini-dispatch.yml @@ -74,7 +74,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" @@ -186,7 +186,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" diff --git a/.github/workflows/gemini-invoke.yml b/.github/workflows/gemini-invoke.yml index 60313ba2..c7bedc95 100644 --- a/.github/workflows/gemini-invoke.yml +++ b/.github/workflows/gemini-invoke.yml @@ -31,7 +31,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index a0094b34..3e6198c0 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -32,7 +32,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" diff --git a/.github/workflows/gemini-scheduled-triage.yml b/.github/workflows/gemini-scheduled-triage.yml index 424c26a3..3ee0a2c5 100644 --- a/.github/workflows/gemini-scheduled-triage.yml +++ b/.github/workflows/gemini-scheduled-triage.yml @@ -240,7 +240,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" diff --git a/.github/workflows/gemini-triage.yml b/.github/workflows/gemini-triage.yml index 4eb9000b..dec78f0a 100644 --- a/.github/workflows/gemini-triage.yml +++ b/.github/workflows/gemini-triage.yml @@ -142,7 +142,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}"