From 7dc2bdb5fe3318100af196515dfe6a8cae0455d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:22:44 +0000 Subject: [PATCH] ci: bump actions/create-github-app-token in /.github/workflows Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.3 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1.11.3...v3.1.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_release_please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release_please.yaml b/.github/workflows/_release_please.yaml index e437ffed..e5a21bc6 100644 --- a/.github/workflows/_release_please.yaml +++ b/.github/workflows/_release_please.yaml @@ -22,7 +22,7 @@ jobs: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@v1.11.3 + uses: actions/create-github-app-token@v3.1.1 with: app-id: 1010045 private-key: ${{ secrets.GRAPH_FEDERATOR }}