chore: upgrade and recompile all workflows to gh-aw v0.72.1#3061
Conversation
Updates: - github/gh-aw/actions/setup v0.71.5 → v0.72.1 - github/gh-aw-actions/setup-cli v0.71.5 → v0.72.1 - github/gh-aw-actions/setup v0.71.5 → v0.72.1 - actions/github-script v8 → v9.0.0 All 36 workflows recompiled and post-processed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
🔥 Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( Overall: PASS | PR #3061 by @lpcox
|
🔬 Smoke Test Results
Overall: FAIL The pre-agent step outputs were not injected into the workflow —
|
|
Smoke Test Results
Status: FAIL
|
There was a problem hiding this comment.
Pull request overview
This PR upgrades the repository’s generated agentic-workflow lock files and related metadata from gh-aw v0.71.5 to v0.72.1, including updating pinned action SHAs and refreshing the compiled workflow artifacts produced by gh aw upgrade (+ post-processing).
Changes:
- Bumps
github/gh-aw/actions/setup,github/gh-aw-actions/setup(-cli), and workflow metadata togh-awv0.72.1 across lock files. - Updates workflow lock content to the new compiler output (e.g., new prompt artifact paths, inline sub-agent restore step, scattered cron updates).
- Updates
.github/aw/actions-lock.jsonand the agent doc links to reference v0.72.1.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/smoke-opencode.lock.yml | Regenerated lock file for OpenCode smoke workflow; updates gh-aw version, container pins, cron scatter, and artifacts/restore steps. |
| .github/workflows/security-review.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/security-guard.lock.yml | Regenerated lock file; bumps gh-aw version and modifies setup (notably local awf build + CLI install behavior). |
| .github/workflows/refactoring-scanner.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/firewall-issue-dispatcher.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/export-audit.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/duplicate-code-detector.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/copilot-token-usage-analyzer.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/copilot-token-optimizer.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/claude-token-usage-analyzer.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/claude-token-optimizer.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/workflows/ci-doctor.lock.yml | Regenerated lock file; bumps gh-aw version and refreshes compiled steps/artifacts. |
| .github/aw/actions-lock.json | Updates pinned gh-aw setup action versions/SHAs to v0.72.1. |
| .github/agents/agentic-workflows.agent.md | Updates gh-aw documentation links to v0.72.1. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 37/37 changed files
- Comments generated: 1
| sudo chmod +x /usr/local/bin/awf | ||
| - name: Install Claude Code CLI | ||
| run: npm install --ignore-scripts -g @anthropic-ai/claude-code@2.1.126 | ||
| run: npm install -g @anthropic-ai/claude-code@2.1.126 |
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
Smoke TestPRs: feat: optimization workflows skip already-tracked workflows instead of blocking; refactor: remove dead exports from preflight, network-setup, domain-acl, and logs barrel Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
Smoke Test Results
Overall: FAIL —
|
Smoke Test Results
Overall status: FAIL Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "localhost"See Network Configuration for more information.
|
Summary
Upgrades all agentic workflows from gh-aw v0.71.5 to v0.72.1 and recompiles all 36 lock files with post-processing.
Action Updates
github/gh-aw/actions/setupgithub/gh-aw-actions/setup-cligithub/gh-aw-actions/setupactions/github-scriptChanges
gh aw upgradenpx tsx scripts/ci/postprocess-smoke-workflows.ts