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