Skip to content

Commit eb6513e

Browse files
sjnimsclaude
andcommitted
chore(deps): bump claude-code-action to v1.0.48 and model to opus 4.6
Update all workflows using claude-code-action from v1.0.46 to v1.0.48 and standardize on claude-opus-4-6 model across all 6 workflows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bb5b845 commit eb6513e

6 files changed

Lines changed: 14 additions & 11 deletions

File tree

.github/workflows/ci-failure-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Analyze failure with Claude
39-
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
39+
uses: anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
4040
with:
4141
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4242
prompt: |
@@ -152,4 +152,5 @@ jobs:
152152
After posting (or if no PR found), summarize what you found and what action was taken.
153153
154154
claude_args: |
155+
--model claude-opus-4-6
155156
--allowedTools "Bash(gh run:*),Bash(gh pr:*)"

.github/workflows/claude-pr-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: npm install -g markdownlint-cli2 prettier
5252

5353
- name: Review PR with Claude
54-
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
54+
uses: anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
5555
with:
5656
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5757
track_progress: true
@@ -124,4 +124,4 @@ jobs:
124124
- **Suggestions**: General improvements (not covered by inline comments)
125125
126126
Be constructive and helpful. Focus on significant issues, not nitpicks.
127-
claude_args: '--model claude-opus-4-5-20251101 --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr comment:*),Bash(markdownlint-cli2:*),Bash(prettier:*),Bash(shellcheck:*),Read,Glob,Grep"'
127+
claude_args: '--model claude-opus-4-6 --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr comment:*),Bash(markdownlint-cli2:*),Bash(prettier:*),Bash(shellcheck:*),Read,Glob,Grep"'

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676

7777
- name: Run Claude Code
7878
id: claude
79-
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
79+
uses: anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
8080
with:
8181
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
8282
use_commit_signing: true
8383
track_progress: true
8484
additional_permissions: |
8585
actions: read
8686
claude_args: |
87-
--model claude-opus-4-5-20251101
87+
--model claude-opus-4-6
8888
--allowedTools "Read,Edit,Write,Glob,Grep,Task,Bash(gh pr:*),Bash(gh issue:*),Bash(gh run:*),Bash(gh release:*),Bash(markdownlint-cli2:*),Bash(prettier:*),Bash(shellcheck:*),mcp__github_inline_comment__create_inline_comment,mcp__github_ci__get_ci_status,mcp__github_ci__download_job_log"

.github/workflows/component-validation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Validate plugin components
6868
if: steps.changed-files.outputs.has_changes == 'true'
69-
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
69+
uses: anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
7070
id: validate
7171
with:
7272
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
@@ -150,6 +150,7 @@ jobs:
150150
Set category to valid (true) if no changed files exist for that category.
151151
Include specific file names and line numbers in issues when possible.
152152
claude_args: |
153+
--model claude-opus-4-6
153154
--allowedTools "Read,Glob,Grep"
154155
--json-schema '{"type":"object","properties":{"commands_valid":{"type":"boolean"},"commands_issues":{"type":"array","items":{"type":"string"}},"skills_valid":{"type":"boolean"},"skills_issues":{"type":"array","items":{"type":"string"}},"agents_valid":{"type":"boolean"},"agents_issues":{"type":"array","items":{"type":"string"}},"hooks_valid":{"type":"boolean"},"hooks_issues":{"type":"array","items":{"type":"string"}},"all_valid":{"type":"boolean"},"summary":{"type":"string"}},"required":["all_valid"]}'
155156

.github/workflows/semantic-labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Label issue with Claude
4141
id: labeler
42-
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
42+
uses: anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
4343
with:
4444
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4545
prompt: |
@@ -77,7 +77,7 @@ jobs:
7777
```
7878
7979
After applying labels, briefly explain your reasoning.
80-
claude_args: '--model claude-opus-4-5-20251101 --allowedTools "Bash(gh label:*),Bash(gh issue:*)"'
80+
claude_args: '--model claude-opus-4-6 --allowedTools "Bash(gh label:*),Bash(gh issue:*)"'
8181

8282
label-pr:
8383
name: Label Pull Request
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Label PR with Claude
104104
id: labeler
105-
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
105+
uses: anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
106106
with:
107107
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
108108
prompt: |
@@ -140,4 +140,4 @@ jobs:
140140
```
141141
142142
After applying labels, briefly explain your reasoning.
143-
claude_args: '--model claude-opus-4-5-20251101 --allowedTools "Bash(gh label:*),Bash(gh pr:*),Read,Glob"'
143+
claude_args: '--model claude-opus-4-6 --allowedTools "Bash(gh label:*),Bash(gh pr:*),Read,Glob"'

.github/workflows/version-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232

3333
- name: Check version consistency
34-
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
34+
uses: anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
3535
id: version-check
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
@@ -54,6 +54,7 @@ jobs:
5454
4. Compare all versions against the plugin.json version
5555
5. Return structured JSON with results
5656
claude_args: |
57+
--model claude-opus-4-6
5758
--allowedTools "Read"
5859
--json-schema '{"type":"object","properties":{"plugin_json_version":{"type":"string","description":"Version from plugin.json"},"marketplace_metadata_version":{"type":"string","description":"Version from marketplace.json metadata.version"},"marketplace_plugin_version":{"type":"string","description":"Version from marketplace.json plugins[0].version"},"claude_md_version":{"type":"string","description":"Version from CLAUDE.md Quick Reference"},"all_match":{"type":"boolean","description":"True if all versions match plugin.json"},"expected_version":{"type":"string","description":"The expected version (from plugin.json)"},"mismatches":{"type":"array","description":"List of files with mismatched versions","items":{"type":"string"}}},"required":["plugin_json_version","all_match","expected_version","mismatches"]}'
5960

0 commit comments

Comments
 (0)