Skip to content

chore: upgrade gh-aw extension to latest pre-release - #6324

Merged
lpcox merged 3 commits into
mainfrom
upgrade-gh-aw-prerelease
Jul 17, 2026
Merged

chore: upgrade gh-aw extension to latest pre-release#6324
lpcox merged 3 commits into
mainfrom
upgrade-gh-aw-prerelease

Conversation

@lpcox

@lpcox lpcox commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

Upgrades the gh-aw extension to the latest pre-release version and recompiles all workflows.

Changes

  • Upgraded gh-aw extension via gh aw upgrade --pre-releases
  • Recompiled all 57 workflows with gh aw compile
  • Ran post-processing script for smoke/build-test workflows
  • Updated github-mcp-server version reference from v1.5.0 to v1.6.0 in 3 test files to match the new pinned version

Test Results

All 3802 tests passing (npm test ✅)

…rkflows

- Upgraded gh-aw extension via `gh aw upgrade --pre-releases`
- Recompiled all 57 workflows
- Ran post-processing for smoke/build-test workflows
- Updated github-mcp-server version from v1.5.0 to v1.6.0 in tests

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

Copy link
Copy Markdown
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 99.01% 99.04% 📈 +0.03%
Statements 98.95% 98.98% 📈 +0.03%
Functions 99.35% 99.35% ➡️ +0.00%
Branches 95.15% 95.15% ➡️ +0.00%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
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.

Pull request overview

Upgrades gh-aw to v0.82.12, regenerates all agentic workflows, and refreshes related action/container pins and tests.

Changes:

  • Recompiled 57 workflows and maintenance automation with gh-aw v0.82.12.
  • Refreshed action/container pins, including GitHub MCP Server v1.6.0.
  • Applied workflow postprocessing and updated CI assertions.
Show a summary per file
File Description
.github/aw/actions-lock.json Refreshes action and container pins.
.github/workflows/agentics-maintenance.yml Upgrades maintenance jobs to v0.82.12.
.github/workflows/build-test-network-isolation.lock.yml Recompiled network-isolation build tests.
.github/workflows/build-test.lock.yml Recompiled primary build tests.
.github/workflows/ci-cd-gaps-assessment.lock.yml Recompiled CI/CD assessment workflow.
.github/workflows/ci-doctor.lock.yml Recompiled CI diagnostics.
.github/workflows/claude-token-optimizer.lock.yml Recompiled Claude token optimization.
.github/workflows/claude-token-usage-analyzer.lock.yml Recompiled Claude token analysis.
.github/workflows/cli-flag-consistency-checker.lock.yml Recompiled CLI consistency checks.
.github/workflows/config-consistency-auditor.lock.yml Recompiled configuration auditing.
.github/workflows/contribution-check.lock.yml Recompiled contribution review.
.github/workflows/copilot-token-optimizer.lock.yml Recompiled Copilot token optimization.
.github/workflows/copilot-token-usage-analyzer.lock.yml Recompiled Copilot token analysis.
.github/workflows/dependency-security-monitor.lock.yml Recompiled dependency monitoring.
.github/workflows/doc-maintainer.lock.yml Recompiled documentation maintenance.
.github/workflows/duplicate-code-detector.lock.yml Recompiled duplicate-code detection.
.github/workflows/export-audit.lock.yml Recompiled export auditing.
.github/workflows/firewall-issue-dispatcher.lock.yml Recompiled issue dispatch.
.github/workflows/issue-duplication-detector.lock.yml Recompiled duplicate-issue detection.
.github/workflows/issue-monster.lock.yml Recompiled issue automation.
.github/workflows/model-api-mapping-updater.lock.yml Recompiled model mapping updates.
.github/workflows/network-isolation-test.lock.yml Recompiled network-isolation smoke test.
.github/workflows/pelis-agent-factory-advisor.lock.yml Recompiled agent factory advisor.
.github/workflows/plan.lock.yml Recompiled planning workflow.
.github/workflows/red-team-benchmark.lock.yml Recompiled red-team benchmark.
.github/workflows/refactoring-scanner.lock.yml Recompiled refactoring scanner.
.github/workflows/schema-sync.lock.yml Recompiled schema synchronization.
.github/workflows/secret-digger-claude.lock.yml Recompiled Claude secret scanner.
.github/workflows/secret-digger-codex.lock.yml Recompiled Codex secret scanner.
.github/workflows/secret-digger-copilot.lock.yml Recompiled Copilot secret scanner.
.github/workflows/security-guard.lock.yml Recompiled security review guard.
.github/workflows/security-review.lock.yml Recompiled security review.
.github/workflows/self-hosted-runner-doctor-updater.lock.yml Recompiled runner-doctor updater.
.github/workflows/self-hosted-runner-doctor.lock.yml Recompiled runner diagnostics.
.github/workflows/smoke-chroot.lock.yml Recompiled chroot smoke test.
.github/workflows/smoke-claude.lock.yml Recompiled Claude smoke test.
.github/workflows/smoke-codex.lock.yml Recompiled Codex smoke test.
.github/workflows/smoke-copilot-byok-aoai-apikey.lock.yml Recompiled AOAI API-key smoke test.
.github/workflows/smoke-copilot-byok-aoai-entra.lock.yml Recompiled AOAI Entra smoke test.
.github/workflows/smoke-copilot-byok.lock.yml Recompiled Copilot BYOK smoke test.
.github/workflows/smoke-copilot-pat.lock.yml Recompiled Copilot PAT smoke test.
.github/workflows/smoke-copilot.lock.yml Recompiled Copilot smoke test.
.github/workflows/smoke-docker-sbx-build-test.lock.yml Recompiled sbx build smoke test.
.github/workflows/smoke-docker-sbx-claude.lock.yml Recompiled sbx Claude smoke test.
.github/workflows/smoke-docker-sbx-codex.lock.yml Recompiled sbx Codex smoke test.
.github/workflows/smoke-docker-sbx.lock.yml Recompiled sbx smoke test.
.github/workflows/smoke-gemini.lock.yml Recompiled Gemini smoke test.
.github/workflows/smoke-gvisor-build-test.lock.yml Recompiled gVisor build smoke test.
.github/workflows/smoke-gvisor-claude.lock.yml Recompiled gVisor Claude smoke test.
.github/workflows/smoke-gvisor-codex.lock.yml Recompiled gVisor Codex smoke test.
.github/workflows/smoke-gvisor.lock.yml Recompiled gVisor smoke test.
.github/workflows/smoke-otel-tracing.lock.yml Recompiled tracing smoke test.
.github/workflows/smoke-services.lock.yml Recompiled services smoke test.
.github/workflows/smoke-sink-visibility-allowed.lock.yml Recompiled allowed-sink smoke test.
.github/workflows/smoke-sink-visibility-blocked.lock.yml Recompiled blocked-sink smoke test.
.github/workflows/test-hard-cap-ai-credits.lock.yml Recompiled AI-credit cap test.
.github/workflows/test-coverage-improver.lock.yml Recompiled coverage improver.
.github/workflows/test-coverage-reporter.lock.yml Recompiled coverage reporter.
.github/workflows/update-release-notes.lock.yml Recompiled release-note automation.
scripts/ci/export-audit-workflow.test.ts Expects GitHub MCP Server v1.6.0.
scripts/ci/security-guard-workflow.test.ts Expects GitHub MCP Server v1.6.0.
scripts/ci/test-coverage-improver-workflow.test.ts Expects GitHub MCP Server v1.6.0.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 30/62 changed files
  • Comments generated: 11
  • Review effort level: Medium

Comment on lines +595 to +599
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines +1481 to +1485
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines 518 to 522
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines +1490 to +1494
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines +1398 to +1402
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines 446 to 450
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines 1374 to 1378
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines 525 to 529
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines +537 to +541
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
Comment on lines +1517 to +1521
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
@lpcox

lpcox commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator Author

@copilot resolve the merge conflicts in this pull request

Copilot AI commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Merge conflicts resolved in 2 files:

  • .github/aw/actions-lock.json: kept the v0.82.12 setup-cli and setup entries from this PR (over the v0.82.11 entry that the doc-maintainer commit had added to main).
  • .github/workflows/doc-maintainer.lock.yml: took main's version (compiled from the updated .md with weekly schedule and max-turns: 30), since our compiled copy was from the pre-update source.

Also updated scripts/ci/doc-maintainer-workflow.test.ts to match the updated .md (DailyWeekly, max-turns: 15max-turns: 30). All 3802 tests pass.

Copilot finished work on behalf of lpcox July 17, 2026 14:43
@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.

@lpcox
lpcox merged commit 083f501 into main Jul 17, 2026
23 checks passed
@lpcox
lpcox deleted the upgrade-gh-aw-prerelease branch July 17, 2026 15:55
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