From b359cb3e15d96a10dc180fb227adfbd9a54397c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:23:58 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token in /workflow-templates Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/29824e69f54612133e76f7eaac726eef6c875baf...f8d387b68d61c58ab83c6c016672934102569859) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workflow-templates/maven-release-v2.yaml | 2 +- workflow-templates/python-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow-templates/maven-release-v2.yaml b/workflow-templates/maven-release-v2.yaml index d8d8f54..9fa6630 100644 --- a/workflow-templates/maven-release-v2.yaml +++ b/workflow-templates/maven-release-v2.yaml @@ -99,7 +99,7 @@ jobs: steps: # This step is needed if there is a GitHub App used for authentication to bypass the protected branch rule - name: "Prepare app token" - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.GH_BUMP_VERSION_APP_ID }} diff --git a/workflow-templates/python-release.yaml b/workflow-templates/python-release.yaml index a131ceb..3fc6055 100644 --- a/workflow-templates/python-release.yaml +++ b/workflow-templates/python-release.yaml @@ -78,7 +78,7 @@ jobs: steps: - name: "Prepare app token" if: ${{ vars.GH_BUMP_VERSION_APP_ID != '' }} - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.GH_BUMP_VERSION_APP_ID }}