From 055a350c4f0f6ab6d7e6063c143b6442db923455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:22:32 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/labeler.yml | 2 +- .github/workflows/release-porting-guide.yml | 2 +- .github/workflows/reusable-pip-compile.yml | 2 +- .github/workflows/tag.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8bfacaa05a..63df3bbfea 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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 }} diff --git a/.github/workflows/release-porting-guide.yml b/.github/workflows/release-porting-guide.yml index ca784eacc6..6401366943 100644 --- a/.github/workflows/release-porting-guide.yml +++ b/.github/workflows/release-porting-guide.yml @@ -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 diff --git a/.github/workflows/reusable-pip-compile.yml b/.github/workflows/reusable-pip-compile.yml index dada4f4165..3835803083 100644 --- a/.github/workflows/reusable-pip-compile.yml +++ b/.github/workflows/reusable-pip-compile.yml @@ -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 }} diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 4e3f75a786..9978de7611 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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 }}