From 22b36f803ef31de6fd47623e96d4520ce90e7d00 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 13 May 2026 13:21:47 -0700
Subject: [PATCH] Bump actions/create-github-app-token from 2.1.4 to 3.2.0
(#2842)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
from 2.1.4 to 3.2.0.
Release notes
Sourced from actions/create-github-app-token's
releases.
v3.2.0
3.2.0
(2026-05-12)
Features
- add support for enterprise-level GitHub Apps (#263)
(952a2a7)
- support full repository names in
repositories input (#372)
(85eb8dd)
Bug Fixes
- deps: bump
@actions/core from 3.0.0
to 3.0.1 in the production-dependencies group (#364)
(43e5c34)
- validate private-key input (#376)
(f24bbd8)
v3.1.1
3.1.1
(2026-04-11)
Bug Fixes
- improve error message when app identifier is empty (#362)
(07e2b76),
closes #249
v3.1.0
3.1.0
(2026-04-11)
Bug Fixes
- deps: bump p-retry from 7.1.1 to 8.0.0 (#357)
(3bbe07d)
Features
v3.0.0
3.0.0
(2026-03-14)
Bug Fixes
... (truncated)
Changelog
Sourced from actions/create-github-app-token's
changelog.
Changelog
3.2.0
(2026-05-12)
Features
- add support for enterprise-level GitHub Apps (#263)
(952a2a7)
- support full repository names in
repositories input (#372)
(85eb8dd)
Bug Fixes
- deps: bump
@actions/core from 3.0.0
to 3.0.1 in the production-dependencies group (#364)
(43e5c34)
- validate private-key input (#376)
(f24bbd8)
Commits
bcd2ba4
chore(main): release 3.2.0 (#370)
f24bbd8
fix: validate private-key input (#376)
363531b
docs: capitalize Git as a proper noun in README (#374)
fd28011
docs: update procedure to configure Git (#287)
85eb8dd
feat: support full repository names in repositories input
(#372)
c9aabb8
build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the
development-dependencie...
e02e816
build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
8d835bf
build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the
development-depend...
952a2a7
feat: add support for enterprise-level GitHub Apps (#263)
43e5c34
fix(deps): bump @actions/core from 3.0.0 to 3.0.1 in the
production-dependenc...
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/gemini-cli.yml | 2 +-
.github/workflows/gemini-issue-automated-triage.yml | 2 +-
.github/workflows/gemini-issue-scheduled-triage.yml | 2 +-
.github/workflows/gemini-pr-review.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/gemini-cli.yml b/.github/workflows/gemini-cli.yml
index ed4e1fdfa..b4feae184 100644
--- a/.github/workflows/gemini-cli.yml
+++ b/.github/workflows/gemini-cli.yml
@@ -91,7 +91,7 @@ jobs:
id: 'generate_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@bcd2ba49218906704ab6c1aa796996da409d3eb1' # 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-issue-automated-triage.yml b/.github/workflows/gemini-issue-automated-triage.yml
index c76997958..9bc4ec054 100644
--- a/.github/workflows/gemini-issue-automated-triage.yml
+++ b/.github/workflows/gemini-issue-automated-triage.yml
@@ -50,7 +50,7 @@ jobs:
id: 'generate_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@bcd2ba49218906704ab6c1aa796996da409d3eb1' # 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-issue-scheduled-triage.yml b/.github/workflows/gemini-issue-scheduled-triage.yml
index 10f002378..2856ce4d2 100644
--- a/.github/workflows/gemini-issue-scheduled-triage.yml
+++ b/.github/workflows/gemini-issue-scheduled-triage.yml
@@ -32,7 +32,7 @@ jobs:
id: 'generate_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@bcd2ba49218906704ab6c1aa796996da409d3eb1' # 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-pr-review.yml b/.github/workflows/gemini-pr-review.yml
index 0405735b1..e9ae2a48d 100644
--- a/.github/workflows/gemini-pr-review.yml
+++ b/.github/workflows/gemini-pr-review.yml
@@ -72,7 +72,7 @@ jobs:
id: 'generate_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@bcd2ba49218906704ab6c1aa796996da409d3eb1' # ratchet:actions/create-github-app-token@v2
with:
app-id: '${{ vars.APP_ID }}'
private-key: '${{ secrets.APP_PRIVATE_KEY }}'