diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 1bf9e85..53af48a 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@fad22eb3fa582b7357fc0ea48af6645851b884fd # v1.0.161 + uses: anthropics/claude-code-action@6c0083bb7289c31716797a039b6367b3079cc46e # v1.0.162 with: anthropic_api_key: ${{ secrets.anthropic_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }}