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 }}