From 7c507293f16f8682e72590fb3dd4bda05c32a14c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:07:43 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v3 --- agentic-pr-review/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentic-pr-review/action.yml b/agentic-pr-review/action.yml index a1416f6..f8be5ec 100644 --- a/agentic-pr-review/action.yml +++ b/agentic-pr-review/action.yml @@ -36,7 +36,7 @@ runs: steps: - name: Create GitHub App token id: app_token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ inputs.app-id }} private-key: ${{ inputs.private-key }}