Update CI outer-loop agentic workflows to Claude Opus 4.8#130080
Merged
vitek-karas merged 2 commits intoJul 1, 2026
Conversation
Bump the engine model from claude-opus-4.6 to claude-opus-4.8 for the ci-failure-fix, ci-failure-scan, and ci-failure-scan-feedback workflows, and recompile the lock files with gh-aw v0.74.8 to match the repo's pinned compiler. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the CI “outer-loop” agentic workflow prompts to use claude-opus-4.8 (from claude-opus-4.6) and regenerates the corresponding compiled .lock.yml workflows with gh aw compile (compiler v0.74.8), bringing in the newer compiler’s emitted workflow structure/pins/schedule scattering.
Changes:
- Update
engine.modeltoclaude-opus-4.8in the three workflow source.mdfiles. - Regenerate the three
.lock.ymlcompiled workflow files with gh-aw v0.74.8 output. - (Review finding) The regenerated lock files drop
pat_poolfrom thedetectionjobneedslist while still referencingneeds.pat_pool.outputs.pat_numberforCOPILOT_GITHUB_TOKEN, which can break/alter token selection.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/ci-failure-scan.md | Switch Copilot engine model to claude-opus-4.8. |
| .github/workflows/ci-failure-scan.lock.yml | Regenerated compiled workflow for scan job; includes model/version/pin updates and other compiler-emitted changes. |
| .github/workflows/ci-failure-scan-feedback.md | Switch Copilot engine model to claude-opus-4.8. |
| .github/workflows/ci-failure-scan-feedback.lock.yml | Regenerated compiled workflow for scan-feedback; includes model/version/pin updates and other compiler-emitted changes. |
| .github/workflows/ci-failure-fix.md | Switch Copilot engine model to claude-opus-4.8. |
| .github/workflows/ci-failure-fix.lock.yml | Regenerated compiled workflow for fixer; includes model/version/pin updates and other compiler-emitted changes. |
Resolve the three ci-failure *.lock.yml conflicts by taking upstream's locks (preserving the hand-pinned gh-aw-firewall v0.27.7 images) and applying only the Opus 4.6 -> 4.8 change: the five model tokens plus the recomputed frontmatter_hash. No other lock content changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the three CI outer-loop agentic workflows to use Claude Opus 4.8, since Opus 4.6 is obsoleted:
ci-failure-fix(CI Outer-Loop Failure Fixer)ci-failure-scan(CI Outer-Loop Failure Scanner)ci-failure-scan-feedback(CI Outer-Loop Failure Scanner — Feedback)Each
.mdsource changesengine.modelfromclaude-opus-4.6toclaude-opus-4.8. The.lock.ymlfiles keep their existing content onmain(compiler v0.71.5, including the hand-pinnedgh-aw-firewallv0.27.7 images from #129616) and change only the model — the fiveclaude-opus-4.6tokens plus the recomputedfrontmatter_hash. No firewall, image-pin, cron, or other lock changes; the net diff vsmainis exactly the model bump (18 insertions / 18 deletions across 6 files).Coordination note
This overlaps with #129840, which upgrades gh-aw to v0.79.8 (schema v4) and recompiles the same files while keeping the model at Opus 4.6. If #129840 merges first, this branch should be rebased and the locks recompiled with v0.79.8 so it doesn't downgrade the compiler.
Note
This pull request was authored by GitHub Copilot (AI-generated).