From b3a3636d59af3c026c7ae79b1c8368b12bcd17e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 03:07:39 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.175 --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 53af48a..8e372cf 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -568,7 +568,7 @@ jobs: - name: Run Claude (read-only agent mode) id: claude - uses: anthropics/claude-code-action@6c0083bb7289c31716797a039b6367b3079cc46e # v1.0.162 + uses: anthropics/claude-code-action@1298632ce7736903d02a1435002705aa2a594a6c # v1.0.175 with: anthropic_api_key: ${{ secrets.anthropic_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }}