Skip to content

Recompile workflows to bump AWF to v0.25.65#37212

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-agent-fail-github-actions
Closed

Recompile workflows to bump AWF to v0.25.65#37212
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-agent-fail-github-actions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 5, 2026

The agent job in Smoke Copilot - AOAI (apikey) (run 27043398185) failed every retry with:

400 Unknown parameter: 'session_id'.

The committed .lock.yml files were still pinned to gh-aw-firewall v0.25.63, whose api-proxy forwards an unsupported session_id field to the AOAI endpoint. DefaultFirewallVersion in pkg/constants/version_constants.go had already been bumped to v0.25.65 (which drops the offending parameter), but the lock files were never regenerated.

Changes

  • Regenerated all 241 .github/workflows/*.lock.yml via make recompile (run twice, per the comment on DefaultFirewallVersion / DefaultMCPGatewayVersion, so container SHA pins refresh on the second pass).
  • Resulting pin bumps:
    • ghcr.io/github/gh-aw-firewall/{agent,api-proxy,cli-proxy,squid}: 0.25.630.25.65
    • ghcr.io/github/gh-aw-mcpg: v0.3.22v0.3.23 (new digest sha256:0dd1bd91…)
    • Copilot CLI: 1.0.571.0.59
  • No .md source or Go code changes; diffs are mechanical and stable across consecutive recompiles.

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 AI requested a review from zarenner June 5, 2026 22:50
@pelikhan pelikhan marked this pull request as ready for review June 6, 2026 00:57
Copilot AI review requested due to automatic review settings June 6, 2026 00:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml outputs so gh-aw-firewall/* images are pinned to 0.25.65 (from 0.25.63).
  • Refreshed related tool/runtime pins in lockfiles (e.g., gh-aw-mcpg v0.3.23, Copilot CLI 1.0.59, Claude Code 2.1.165, Codex 0.137.0).
  • Verified the repo no longer contains references to the old firewall version (0.25.63), old Copilot CLI version (1.0.57), or session_id within 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

@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented Jun 6, 2026

@copilot merge main and recompile

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jun 6, 2026

@copilot merge main and recompile

Done in 45deb8d. I merged main into this branch and recompiled workflows (two passes) to regenerate lockfiles after the merge.

@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented Jun 6, 2026

Will be regenerated. Closing.

@pelikhan pelikhan closed this Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants