From 2d0076dab22fabef0bb4529c392bdc6f8192bf58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Miko=C5=82ajczak?= Date: Tue, 16 Jun 2026 08:57:20 +0200 Subject: [PATCH] Update claude-code-action to v1.0.149 and model to opus-4-8 Bumps anthropics/claude-code-action from v1.0.86 to v1.0.149. Notable fixes in this range: - v1.0.149: prevent shell-quote from collapsing unquoted Bash(X:*) allowed-tools rules to bare Bash (scope-widening fix) - v1.0.146: break SDK iterator after result message to prevent hang in pull_request runs; align allowed-tools parser with SDK option parser Also updates the review model from claude-opus-4-6 to claude-opus-4-8. --- .github/workflows/claude-review.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index d45f0ec5cb3a..e19e15fb3ae1 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -80,7 +80,7 @@ jobs: - name: Run Claude Code (code) id: code-review if: steps.set-authorized.outputs.IS_AUTHORIZED == 'true' && steps.filter.outputs.code == 'true' - uses: anthropics/claude-code-action@ba026a3e56b9f646ae3b1be02dd9c0812aa2f8ae # v1.0.86 + uses: anthropics/claude-code-action@4d7e1f0cd85743fdc93b1c8040ab54395da024e2 # v1.0.149 with: display_report: "true" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} @@ -88,7 +88,7 @@ jobs: allowed_non_write_users: "*" prompt: "/review-code-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}" claude_args: | - --model claude-opus-4-6 + --model claude-opus-4-8 --allowedTools "Task,Glob,Grep,Read,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(check-compiler.sh:*)" --json-schema '${{ steps.toolkit.outputs.schema_json }}' - name: Post code review results @@ -103,7 +103,7 @@ jobs: - name: Run Claude Code (docs) if: steps.set-authorized.outputs.IS_AUTHORIZED == 'true' && steps.filter.outputs.docs == 'true' - uses: anthropics/claude-code-action@ba026a3e56b9f646ae3b1be02dd9c0812aa2f8ae # v1.0.86 + uses: anthropics/claude-code-action@4d7e1f0cd85743fdc93b1c8040ab54395da024e2 # v1.0.149 with: display_report: "true" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} @@ -111,7 +111,7 @@ jobs: allowed_non_write_users: "*" prompt: "/review-helpdot-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}" claude_args: | - --model claude-opus-4-6 + --model claude-opus-4-8 --allowedTools "Task,Glob,Grep,Read,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),mcp__github_inline_comment__create_inline_comment" - name: Remove in-progress indicator