Skip to content

Commit a95c1a5

Browse files
deps(actions): bump anthropics/claude-code-action from 1.0.110 to 1.0.112 in the actions group across 1 directory (#5684)
Bumps the actions group with 1 update in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.110 to 1.0.112 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/claude-code-action/releases">anthropics/claude-code-action's releases</a>.</em></p> <blockquote> <h2>v1.0.112</h2> <h2>What's Changed</h2> <ul> <li>fix: make trigger_phrase match case-insensitive by <a href="https://github.com/JustinBis"><code>@​JustinBis</code></a> in <a href="https://redirect.github.com/anthropics/claude-code-action/pull/1279">anthropics/claude-code-action#1279</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JustinBis"><code>@​JustinBis</code></a> made their first contribution in <a href="https://redirect.github.com/anthropics/claude-code-action/pull/1279">anthropics/claude-code-action#1279</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.112">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.112</a></p> <h2>v1.0.111</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.111">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.111</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/claude-code-action/commit/2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2"><code>2cc1ac1</code></a> chore: bump Claude Code to 2.1.128 and Agent SDK to 0.2.128</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/38f25dd747e111e9f0e211e855dc251fb03413c4"><code>38f25dd</code></a> fix: make trigger_phrase match case-insensitive (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/1279">#1279</a>)</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/fefa07e9c665b7320f08c3b525980457f22f58aa"><code>fefa07e</code></a> chore: bump Claude Code to 2.1.126 and Agent SDK to 0.2.126</li> <li>See full diff in <a href="https://github.com/anthropics/claude-code-action/compare/ef50f123a3a9be95b60040d042717517407c7256...2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd33ae6 commit a95c1a5

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/impl-generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
id: claude
323323
continue-on-error: true
324324
timeout-minutes: 60
325-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
325+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
326326
with:
327327
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
328328
claude_args: "--model ${{ steps.inputs.outputs.model }}"
@@ -341,7 +341,7 @@ jobs:
341341
if: steps.claude.outcome == 'failure'
342342
id: claude_retry
343343
timeout-minutes: 60
344-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
344+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
345345
with:
346346
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
347347
claude_args: "--model ${{ steps.inputs.outputs.model }}"

.github/workflows/impl-repair.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
id: claude
114114
continue-on-error: true
115115
timeout-minutes: 45
116-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
116+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
117117
with:
118118
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
119119
claude_args: "--model ${{ inputs.model || 'sonnet' }}"
@@ -132,7 +132,7 @@ jobs:
132132
if: steps.claude.outcome == 'failure'
133133
id: claude_retry
134134
timeout-minutes: 45
135-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
135+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
136136
with:
137137
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
138138
claude_args: "--model ${{ inputs.model || 'sonnet' }}"

.github/workflows/impl-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
id: review
156156
continue-on-error: true
157157
timeout-minutes: 30
158-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
158+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
159159
env:
160160
LIBRARY: ${{ steps.pr.outputs.library }}
161161
SPEC_ID: ${{ steps.pr.outputs.specification_id }}

.github/workflows/report-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: validate
5757
continue-on-error: true
5858
timeout-minutes: 10
59-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
59+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
6060
env:
6161
ISSUE_TITLE: ${{ github.event.issue.title }}
6262
ISSUE_BODY: ${{ github.event.issue.body }}

.github/workflows/spec-create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: process
7070
continue-on-error: true
7171
timeout-minutes: 30
72-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
72+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
7373
env:
7474
ISSUE_TITLE: ${{ github.event.issue.title }}
7575
ISSUE_BODY: ${{ github.event.issue.body }}
@@ -178,7 +178,7 @@ jobs:
178178
if: steps.check.outputs.should_run == 'true' && steps.process.outcome == 'failure'
179179
id: process_retry
180180
timeout-minutes: 30
181-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
181+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
182182
env:
183183
ISSUE_TITLE: ${{ github.event.issue.title }}
184184
ISSUE_BODY: ${{ github.event.issue.body }}

.github/workflows/util-claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run Claude Code
4242
id: claude
4343
continue-on-error: true
44-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
44+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
4545
with:
4646
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4747
claude_args: "--model opus"
@@ -53,7 +53,7 @@ jobs:
5353
- name: Retry Claude (on failure)
5454
if: steps.claude.outcome == 'failure'
5555
id: claude_retry
56-
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
56+
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
5757
with:
5858
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5959
claude_args: "--model opus"

0 commit comments

Comments
 (0)