From d674650f0e401d6b907f83922c7b5697d843e838 Mon Sep 17 00:00:00 2001 From: "renovate-interworks[bot]" <309859563+renovate-interworks[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 19:03:49 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.210 --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}