Bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#19475)

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/create-github-app-token/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-19 08:45:04 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 5d2b772f08
commit 2eac81efad
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v3.1.1
uses: actions/create-github-app-token@v3.2.0
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v3.1.1
uses: actions/create-github-app-token@v3.2.0
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}
@@ -14,7 +14,7 @@ jobs:
steps:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v3.1.1
uses: actions/create-github-app-token@v3.2.0
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v3.1.1
uses: actions/create-github-app-token@v3.2.0
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}