Recompile workflows to bump AWF to v0.25.65#37212
Closed
Copilot wants to merge 2 commits into
Closed
Conversation
Co-authored-by: zarenner <13670625+zarenner@users.noreply.github.com>
Copilot
AI
changed the title
Recompile workflows to bump AWF to v0.25.65 (fix smoke-copilot-aoai-apikey)
Recompile workflows to bump AWF to v0.25.65
Jun 5, 2026
Copilot created this pull request from a session on behalf of
zarenner
June 5, 2026 22:50
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR regenerates the compiled workflow lockfiles so GitHub Agentic Workflows (AWF) runtime pins reflect the already-updated DefaultFirewallVersion (v0.25.65), resolving an AOAI failure caused by forwarding an unsupported session_id parameter via an older api-proxy.
Changes:
- Regenerated all
.github/workflows/*.lock.ymloutputs sogh-aw-firewall/*images are pinned to0.25.65(from0.25.63). - Refreshed related tool/runtime pins in lockfiles (e.g.,
gh-aw-mcpg v0.3.23, Copilot CLI1.0.59, Claude Code2.1.165, Codex0.137.0). - Verified the repo no longer contains references to the old firewall version (
0.25.63), old Copilot CLI version (1.0.57), orsession_idwithin workflow YAML.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/*.lock.yml (241 files) | Mechanical make recompile regeneration to bump AWF firewall images to 0.25.65 and refresh associated pinned tool/container versions/digests. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 145/236 changed files
- Comments generated: 0
Collaborator
|
@copilot merge main and recompile |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Collaborator
|
Will be regenerated. Closing. |
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.
The
agentjob inSmoke Copilot - AOAI (apikey)(run 27043398185) failed every retry with:The committed
.lock.ymlfiles were still pinned togh-aw-firewall v0.25.63, whose api-proxy forwards an unsupportedsession_idfield to the AOAI endpoint.DefaultFirewallVersioninpkg/constants/version_constants.gohad already been bumped tov0.25.65(which drops the offending parameter), but the lock files were never regenerated.Changes
.github/workflows/*.lock.ymlviamake recompile(run twice, per the comment onDefaultFirewallVersion/DefaultMCPGatewayVersion, so container SHA pins refresh on the second pass).ghcr.io/github/gh-aw-firewall/{agent,api-proxy,cli-proxy,squid}:0.25.63→0.25.65ghcr.io/github/gh-aw-mcpg:v0.3.22→v0.3.23(new digestsha256:0dd1bd91…)1.0.57→1.0.59.mdsource or Go code changes; diffs are mechanical and stable across consecutive recompiles.