Skip to content

Commit d4d0568

Browse files
deps(actions): Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `codecov/codecov-action` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@57e3a13...e79a696) Updates `anthropics/claude-code-action` from 1.0.120 to 1.0.124 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@dde2242...2449274) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: anthropics/claude-code-action dependency-version: 1.0.124 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcc9533 commit d4d0568

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Upload coverage to Codecov
152152
if: steps.check.outputs.should_test == 'true' && github.actor != 'dependabot[bot]'
153-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
153+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
154154
with:
155155
token: ${{ secrets.CODECOV_TOKEN }}
156156
files: ./coverage.xml
@@ -225,7 +225,7 @@ jobs:
225225

226226
- name: Upload frontend coverage to Codecov
227227
if: steps.check.outputs.should_test == 'true'
228-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
228+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
229229
with:
230230
token: ${{ secrets.CODECOV_TOKEN }}
231231
files: ./app/coverage/coverage-final.json

.github/workflows/daily-regen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
# block the main regeneration pipeline. Skip cleanly and continue.
228228
continue-on-error: true
229229
timeout-minutes: 15
230-
uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1
230+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # v1
231231
with:
232232
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
233233
claude_args: '--model haiku'
@@ -243,7 +243,7 @@ jobs:
243243
# rather than aborting the dispatch.
244244
continue-on-error: true
245245
timeout-minutes: 15
246-
uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1
246+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # v1
247247
with:
248248
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
249249
claude_args: '--model haiku'

.github/workflows/impl-generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
id: claude
366366
continue-on-error: true
367367
timeout-minutes: 60
368-
uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1
368+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # v1
369369
with:
370370
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
371371
claude_args: "--model ${{ steps.inputs.outputs.model }}"
@@ -385,7 +385,7 @@ jobs:
385385
if: steps.claude.outcome == 'failure'
386386
id: claude_retry
387387
timeout-minutes: 60
388-
uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1
388+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # v1
389389
with:
390390
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
391391
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
@@ -144,7 +144,7 @@ jobs:
144144
id: claude
145145
continue-on-error: true
146146
timeout-minutes: 45
147-
uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1
147+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # v1
148148
with:
149149
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
150150
claude_args: "--model ${{ inputs.model || 'sonnet' }}"
@@ -164,7 +164,7 @@ jobs:
164164
if: steps.claude.outcome == 'failure'
165165
id: claude_retry
166166
timeout-minutes: 45
167-
uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1
167+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # v1
168168
with:
169169
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
170170
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
@@ -191,7 +191,7 @@ jobs:
191191
id: review
192192
continue-on-error: true
193193
timeout-minutes: 30
194-
uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1
194+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # v1
195195
env:
196196
LIBRARY: ${{ steps.pr.outputs.library }}
197197
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@dde2242db6af13460b916652159b6ba19a598f30 # v1
59+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # 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@dde2242db6af13460b916652159b6ba19a598f30 # v1
72+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # 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@dde2242db6af13460b916652159b6ba19a598f30 # v1
181+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # 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@dde2242db6af13460b916652159b6ba19a598f30 # v1
44+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # 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@dde2242db6af13460b916652159b6ba19a598f30 # v1
56+
uses: anthropics/claude-code-action@24492741e0ccfdef4c1d19da8e11e0f373d07494 # v1
5757
with:
5858
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5959
claude_args: "--model opus"

0 commit comments

Comments
 (0)