diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 53af48a..9263f15 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@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1.0.166 with: anthropic_api_key: ${{ secrets.anthropic_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }}