From efc635f3b795a15366660d2249d2f1a2893c7aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:55:30 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.162 --- .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 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 }}