diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 0007575..06b891c 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -36,7 +36,7 @@ jobs: - name: Run Claude Code Review (agentic) id: claude-review - uses: anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1 + uses: anthropics/claude-code-action@86eb26bf0139bdd75acd15ea5f00f45ee0a284c2 # v1 continue-on-error: true with: claude_code_oauth_token: ${{ env.CLAUDE_CODE_OAUTH_TOKEN }}