Bump actions/create-github-app-token from 2 to 3 (#3539)

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-03-23 09:22:32 +00:00
committed by GitHub
parent 02adbd3a6f
commit 055a350c4f
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ jobs:
echo "${event_json}"
- name: Generate temp GITHUB_TOKEN
id: create_token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_KEY }}

View File

@@ -33,7 +33,7 @@ jobs:
- name: Generate temp GITHUB_TOKEN
id: create_token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.BOT_APP_ID }} # From github-bot environment
private-key: ${{ secrets.BOT_APP_KEY }} # From github-bot environment

View File

@@ -88,7 +88,7 @@ jobs:
nox ${{ inputs.nox-args }}
- name: Generate temp GITHUB_TOKEN
id: create_token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_KEY }}

View File

@@ -23,7 +23,7 @@ jobs:
steps:
- name: Generate temp GITHUB_TOKEN
id: create_token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_KEY }}