Skip to content

Commit 03fd173

Browse files
authored
Merge pull request Expensify#82505 from callstack-internal/82504-upgrade-claude-code-action
[No QA] Upgrade claude-code-action to v1.0.51 and use Opus 4.6 for AI reviewer
2 parents 412f158 + ba7425e commit 03fd173

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/claude-review.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,24 @@ jobs:
5050
5151
- name: Run Claude Code (code)
5252
if: steps.filter.outputs.code == 'true'
53-
uses: anthropics/claude-code-action@a7e4c51380c42dd89b127f5e5f9be7b54020bc6b # v1.0.21
53+
uses: anthropics/claude-code-action@ea36d6abdedc17fc2a671b36060770b208a6f8f1 # v1.0.51
5454
with:
5555
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5656
github_token: ${{ secrets.GITHUB_TOKEN }}
5757
allowed_non_write_users: "*"
5858
prompt: "/review-code-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
5959
claude_args: |
60+
--model claude-opus-4-6
6061
--allowedTools "Task,Glob,Grep,Read,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(addPrReaction.sh:*),Bash(createInlineComment.sh:*)"
6162
6263
- name: Run Claude Code (docs)
6364
if: steps.filter.outputs.docs == 'true'
64-
uses: anthropics/claude-code-action@a7e4c51380c42dd89b127f5e5f9be7b54020bc6b # v1.0.21
65+
uses: anthropics/claude-code-action@ea36d6abdedc17fc2a671b36060770b208a6f8f1 # v1.0.51
6566
with:
6667
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
6768
github_token: ${{ secrets.GITHUB_TOKEN }}
6869
allowed_non_write_users: "*"
6970
prompt: "/review-helpdot-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
7071
claude_args: |
72+
--model claude-opus-4-6
7173
--allowedTools "Task,Glob,Grep,Read,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),mcp__github_inline_comment__create_inline_comment"

.github/workflows/deployBlockerInvestigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Run Claude to investigate deploy blocker
7272
if: steps.validate.outputs.valid == 'true'
73-
uses: anthropics/claude-code-action@a7e4c51380c42dd89b127f5e5f9be7b54020bc6b # v1.0.21
73+
uses: anthropics/claude-code-action@ea36d6abdedc17fc2a671b36060770b208a6f8f1 # v1.0.51
7474
with:
7575
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
7676
github_token: ${{ secrets.OS_BOTIFY_TOKEN }}

0 commit comments

Comments
 (0)