From 395829e35f1abc383d965325ba01c63414142b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:02:28 +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/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 e5ac7888..31fd58f7 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # 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 c7bedc95..43f58054 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # 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 ca5612e9..d91b5c63 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # 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 3ee0a2c5..d718ee8a 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # 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 dec78f0a..6c5d1beb 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}"