diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 440dc92..9ba4487 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@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1 + uses: anthropics/claude-code-action@c9d66afb1788e701c57d58842e324dca17fd276e # v1 continue-on-error: true with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}