File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 }}"
Original file line number Diff line number Diff 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' }}"
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments