Skip to content

fix: recompile lock files with gh-aw v0.68.3#941

Merged
microsasa merged 1 commit intomainfrom
fix/940-recompile-lock-files
Apr 16, 2026
Merged

fix: recompile lock files with gh-aw v0.68.3#941
microsasa merged 1 commit intomainfrom
fix/940-recompile-lock-files

Conversation

@microsasa
Copy link
Copy Markdown
Owner

Summary

Recompiles all 8 agent workflow lock files with gh-aw v0.68.3. The lock files were still compiled with v0.66.1 after PRs #919/#920 bumped gh-aw to 0.68.1 without recompiling, creating a version mismatch that caused all agent workflows to fail.

Root Cause

The stale v0.66.1 setup actions configured the sandbox with outdated firewall and MCP gateway versions. As the platform evolved, this mismatch caused the sandbox policy layer to block both MCP servers:

! 2 MCP servers were blocked by policy: 'github', 'safeoutputs'

Without MCP access, agents cannot call noop, create_pull_request, or any safe-output tool — every run fails.

What Changed

Component Before After
Compiler v0.66.1 v0.68.3
gh-aw-actions/setup v0.66.1 (tag) v0.68.3 (SHA-pinned)
actions/github-script v8 v9 (SHA-pinned)
Firewall (AWF) v0.25.13 v0.25.20
Copilot CLI pin "latest" "1.0.21"

No .md workflow files were changed — only .lock.yml files and actions-lock.json.

Affected Issues

Closes #940

Lock files were compiled with v0.66.1 but PRs #919/#920 bumped
gh-aw to 0.68.1 without recompiling. The version mismatch caused
all agent workflows to fail with:

  ! 2 MCP servers were blocked by policy: 'github', 'safeoutputs'

Recompiled all 8 workflows with gh-aw v0.68.3 (latest).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 16, 2026 05:56
Copy link
Copy Markdown

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

Recompiles agentic workflow lock files to align runtime Actions configuration with the repo’s updated gh-aw tooling, resolving the previously broken agent workflows caused by a compiler/setup version mismatch.

Changes:

  • Regenerates workflow .lock.yml files with gh-aw v0.68.3 metadata and updated pinned action SHAs/containers.
  • Updates embedded workflow behavior to match newer gh-aw templates (e.g., actions/github-script@v9 with getOctokit, Copilot CLI pinned to 1.0.21, AWF v0.25.20, MCPG v0.2.19).
  • Refreshes .github/aw/actions-lock.json entries for the updated setup/github-script versions.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/test-analysis.lock.yml Recompiled lock workflow for Test Suite Analysis to gh-aw v0.68.3 with updated pinned actions/containers and newer runtime steps.
.github/workflows/perf-analysis.lock.yml Recompiled lock workflow for Performance Analysis to gh-aw v0.68.3 with updated pinned actions/containers and newer runtime steps.
.github/workflows/feature-planner.lock.yml Recompiled lock workflow for Feature Planner to gh-aw v0.68.3 with updated pinned actions/containers and newer runtime steps.
.github/workflows/code-health.lock.yml Recompiled lock workflow for Code Health Analysis to gh-aw v0.68.3 with updated pinned actions/containers and newer runtime steps.
.github/aw/actions-lock.json Updates locked SHAs for actions/github-script@v9 and github/gh-aw-actions/setup@v0.68.3.

@microsasa microsasa merged commit 83d260a into main Apr 16, 2026
8 checks passed
@microsasa microsasa deleted the fix/940-recompile-lock-files branch April 16, 2026 06:02
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.

bug: gh-aw 0.68.1 bump merged without lock file recompilation — all agent workflows broken

2 participants