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