Skip to content

Upgrade gh-aw workflows to latest pre-release - #8963

Open
lpcox wants to merge 2 commits into
mainfrom
lpcox-upgrade-gh-aw-prerelease-01f
Open

lpcox wants to merge 2 commits into
mainfrom
lpcox-upgrade-gh-aw-prerelease-01f

Conversation

@lpcox

@lpcox lpcox commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • run gh aw upgrade --pre-releases from the latest origin/main
  • recompile all agentic workflows and apply the required smoke/build-test post-processing
  • update workflow tests for the github-mcp-server v1.12.2 image pin

Validation

  • npm test -- --runInBand (390 suites passed; 6 skipped, 6239 passed)
  • pre-commit npm run lint (0 errors; existing warnings only)
  • pre-commit npm run build

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings September 24, 2026 12:09
@github-actions

github-actions Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 92.82% 92.82% ➡️ +0.00%
Statements 91.36% 91.36% ➡️ +0.00%
Functions 89.78% 89.78% ➡️ +0.00%
Branches 84.64% 84.64% ➡️ +0.00%
📁 Per-file Coverage Changes (2 files)
File Lines (Before → After) Statements (Before → After)
src/nvx/one-shot-adapter.ts 83.5% → 82.9% (-0.60%) 80.3% → 79.8% (-0.56%)
src/log-directory-setup.ts 96.2% → 100.0% (+3.78%) 96.3% → 100.0% (+3.71%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot review overview

🟡 Changes recommended

The MCP digest lock is missing and the maintenance workflow remains on v0.89.13.

Get a fresh assessment by requesting another Copilot review.

Review effort: Balanced
Findings: 2 Medium severity

Open (2)
What changed in this PR

Upgrades generated gh-aw workflows to v0.89.21 and GitHub MCP Server to v1.12.2.

Changes:

  • Refreshes workflow compiler, action, image, and runtime pins.
  • Regenerates smoke and build-test workflows.
  • Updates workflow test assertions for MCP Server v1.12.2.

Required fixes:

  • Moderate (2 votes): Add the v1.12.2 MCP image and digest to .github/aw/actions-lock.json.
  • Moderate (2 votes): Regenerate agentics-maintenance.yml with v0.89.21 compiler and action pins.
File Description
scripts/​ci/​test-coverage-improver-workflow.test.ts Updates the MCP image assertion.
scripts/​ci/​security-guard-workflow.test.ts Updates the MCP image assertion.
scripts/​ci/​export-audit-workflow.test.ts Updates the MCP image assertion.
.github/​workflows/​smoke-playwright-cloud-hypervisor.lock.yml Regenerates the Playwright VM smoke workflow.
.github/​workflows/​smoke-enclave-issues-read.lock.yml Regenerates the enclave issue-read workflow.
.github/​workflows/​smoke-enclave-dynamic-issues-read.lock.yml Regenerates the dynamic enclave workflow.
.github/​workflows/​smoke-enclave-build-test.lock.yml Regenerates the enclave build-test workflow.
.github/​workflows/​smoke-cloud-hypervisor.lock.yml Regenerates the Cloud Hypervisor smoke workflow.
.github/​workflows/​smoke-cloud-hypervisor-codex.lock.yml Regenerates the Codex VM smoke workflow.
.github/​workflows/​smoke-cloud-hypervisor-claude.lock.yml Regenerates the Claude VM smoke workflow.
.github/​workflows/​smoke-cloud-hypervisor-build-test.lock.yml Regenerates the Cloud Hypervisor build test.
.github/​workflows/​duplicate-code-detector.lock.yml Refreshes compiler, engine, and AWF pins.
.github/​aw/​actions-lock.json Updates action pins but has two unresolved lock/regeneration issues.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +68 to +76
"github/gh-aw-actions/setup-cli@v0.89.21": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.89.17",
"sha": "f3b81cdb3070066a47faa9bdf440f4f1dc78b1f0"
"version": "v0.89.21",
"sha": "924af5fdc64061cfbf66fb584c8b07e2ac230c60"
},
"github/gh-aw-actions/setup@v0.89.17": {
"github/gh-aw-actions/setup@v0.89.21": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.89.17",
"sha": "f3b81cdb3070066a47faa9bdf440f4f1dc78b1f0"
"version": "v0.89.21",
"sha": "924af5fdc64061cfbf66fb584c8b07e2ac230c60"
Comment on lines 443 to 444
"pinned_image": "ghcr.io/github/gh-aw-node@sha256:0daa8971fa4732b647150cb6524a6b0804b68d5d24f6f58b5dd1af23bd63fb23"
},
"ghcr.io/github/github-mcp-server:v1.12.1": {
"image": "ghcr.io/github/github-mcp-server:v1.12.1",
"digest": "sha256:0ba840c46a237879c8300e7fddb0b6347f20e029ccb9cbe2ce4a943daa1ff560",
"pinned_image": "ghcr.io/github/github-mcp-server:v1.12.1@sha256:0ba840c46a237879c8300e7fddb0b6347f20e029ccb9cbe2ce4a943daa1ff560"
}
@lpcox

lpcox commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator Author

@copilot address review feedback

Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>

Copilot AI commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

@copilot address review feedback

Addressed in 1fcf305: updated agentics-maintenance.yml to the v0.89.21 setup/setup-cli pins and added the missing github-mcp-server:v1.12.2 digest lock entry.

@github-actions

Copy link
Copy Markdown
Contributor

✅ Copilot review passed with no inline comments.

@lpcox Add the ready-for-aw label to this PR to trigger agentic CI smoke tests.

This branch has not been deployed

No deployments
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.

3 participants