File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 # NO continue-on-error: an auth failure MUST fail the job so the notify step
3030 # fires. Same OAuth-preferred / API-key-fallback wiring as claude.yml. Haiku +
3131 # 1 turn keeps the monthly subscription-quota cost negligible.
32- uses : anthropics/claude-code-action@36a69b6a90b850823f86de06fdfd56264772ad98 # v1.0.134
32+ uses : anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
3333 with :
3434 anthropic_api_key : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN == '' && secrets.ANTHROPIC_API_KEY || '' }}
3535 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 # not red-X a contributor's PR CI. Visibility comes from the verification step.
165165 - name : Run Claude (attempt 1)
166166 id : a1
167- uses : anthropics/claude-code-action@36a69b6a90b850823f86de06fdfd56264772ad98 # v1.0.134
167+ uses : anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
168168 continue-on-error : true
169169 with :
170170 # Prefer subscription OAuth, fall back to API key — see claude.yml "Authentication".
@@ -187,7 +187,7 @@ jobs:
187187 - name : Run Claude (attempt 2 — retry install-phase crash)
188188 id : a2
189189 if : " !cancelled() && steps.a1.outcome == 'failure' && steps.a1.outputs.execution_file == ''"
190- uses : anthropics/claude-code-action@36a69b6a90b850823f86de06fdfd56264772ad98 # v1.0.134
190+ uses : anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
191191 continue-on-error : true
192192 with :
193193 anthropic_api_key : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN == '' && secrets.ANTHROPIC_API_KEY || '' }}
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ jobs:
723723
724724 - name : Attempt auto-fix
725725 id : claude # referenced by the Notify step's CLAUDE_OUTCOME below
726- uses : anthropics/claude-code-action@36a69b6a90b850823f86de06fdfd56264772ad98 # v1.0.134
726+ uses : anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
727727 with :
728728 # Prefer subscription OAuth, fall back to API key — see "Authentication" in the file header.
729729 anthropic_api_key : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN == '' && secrets.ANTHROPIC_API_KEY || '' }}
@@ -1158,7 +1158,7 @@ jobs:
11581158 # continue-on-error: a rate-limit / expired-token / outage failure here is
11591159 # caught by the "Verify and validate release notes" step (which fails the job)
11601160 # and the "Notify on failure" step opens a tracking issue.
1161- uses : anthropics/claude-code-action@36a69b6a90b850823f86de06fdfd56264772ad98 # v1.0.134
1161+ uses : anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
11621162 continue-on-error : true
11631163 with :
11641164 # Prefer subscription OAuth, fall back to API key — see "Authentication" in the file header.
Original file line number Diff line number Diff line change 1717 behavior-e2e :
1818 runs-on : [self-hosted, strix-halo]
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121
2222 - name : Setup Python
2323 run : |
3535
3636 - name : Upload artifacts on failure
3737 if : failure()
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v7
3939 with :
4040 name : behavior-e2e-artifacts
4141 path : /tmp/pytest-*/test_builder_creates_agent_file*/**/artifacts/
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256
257257 - name : Upload eval scorecard + gate report
258258 if : always()
259- uses : actions/upload-artifact@v4
259+ uses : actions/upload-artifact@v7
260260 with :
261261 name : email-eval-report
262262 path : eval-out/
Original file line number Diff line number Diff line change 9494
9595 - name : Upload coverage to Codecov
9696 if : always()
97- uses : codecov/codecov-action@v6
97+ uses : codecov/codecov-action@v7
9898 with :
9999 files : coverage.xml
100100 flags : unit
You can’t perform that action at this time.
0 commit comments