Skip to content

Pin Daily Compiler Threat Spec Optimizer to AWF v0.25.46#32937

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/aw-fix-daily-compiler-optimizer
Closed

Pin Daily Compiler Threat Spec Optimizer to AWF v0.25.46#32937
Copilot wants to merge 2 commits into
mainfrom
copilot/aw-fix-daily-compiler-optimizer

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

The Daily Compiler Threat Spec Optimizer began failing in main with repeated Copilot engine 400 bad request: Authorization header is badly formatted errors. The failure surfaced immediately after the AWF runtime bump and prevented the agent phase from producing output.

  • Scope

    • Apply a targeted mitigation to the affected workflow only (daily-compiler-threat-spec-optimizer), without changing global defaults.
  • Change made

    • Added an explicit agent sandbox version pin in workflow frontmatter:
      • sandbox.agent.version: v0.25.46
    • Recompiled the lock file so the generated agent job resolves AWF images/schema to 0.25.46 for this workflow path.
  • Resulting runtime behavior

    • The workflow now avoids AWF 0.25.48 for this job and runs on the last known-good firewall runtime for Copilot agent execution.
sandbox:
  agent:
    version: v0.25.46

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix authorization header formatting issue in daily compiler threat spec optimizer Pin Daily Compiler Threat Spec Optimizer to AWF v0.25.46 May 18, 2026
Copilot AI requested a review from pelikhan May 18, 2026 03:50
@pelikhan pelikhan closed this May 18, 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.

[aw] Daily Compiler Threat Spec Optimizer failed

2 participants