From 27f2ef56ec56a78759cfea870adc43cf3e92ee49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:04:39 +0000 Subject: [PATCH] ci(deps): bump actions/create-github-app-token from 2.2.2 to 3.2.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.2 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/fee1f7d63c2ff003460e3d139729b119787bc349...bcd2ba49218906704ab6c1aa7969 96da409d3eb1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-claude-on-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-claude-on-pr.yaml b/.github/workflows/reusable-claude-on-pr.yaml index 85fad7b6bb02..9e056465a131 100644 --- a/.github/workflows/reusable-claude-on-pr.yaml +++ b/.github/workflows/reusable-claude-on-pr.yaml @@ -65,7 +65,7 @@ jobs: - name: Generate community fork token if: steps.token.outputs.use_fork_token == 'true' id: app-token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.JIRA_SOLVE_CI_APP_ID }} private-key: ${{ secrets.JIRA_SOLVE_CI_PRIVATE_KEY }}