diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index f1c2be0..ba2443a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -855,7 +855,7 @@ jobs: # Used by post_claude_review.sh to render the Author rationale # footer that gets appended to REQUEST_CHANGES bodies. AGENT_NAME: Themis - uses: anthropics/claude-code-action@1f291e1cfe0f5fc21db2aef19af844591600ade7 # v1.0.206 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210 with: anthropic_api_key: ${{ secrets.THEMIS_ANTHROPIC_API_KEY }} github_token: ${{ steps.app-token.outputs.token }}