chore: upgrade gh-aw to v0.82.8 pre-release and recompile workflows#6131
Conversation
- Upgraded gh-aw extension from v0.81.6 to v0.82.8 (pre-release) - Recompiled all 49 agentic workflows - Ran post-processing for smoke and build-test workflows - All 3705 tests pass Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Upgrades gh-aw-generated workflows to v0.82.8 and refreshes associated lock metadata.
Changes:
- Updates gh-aw and firewall image references.
- Regenerates MCP gateway configuration.
- Refreshes runner-doctor hashes and maintenance metadata.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/smoke-docker-sbx.lock.yml |
Updates generated runtime configuration and removes sbx setup steps. |
.github/workflows/self-hosted-runner-doctor.lock.yml |
Refreshes the generated body hash. |
.github/workflows/self-hosted-runner-doctor-updater.lock.yml |
Refreshes the generated body hash. |
.github/workflows/agentics-maintenance.yml |
Updates the generator version reference. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 1
- Review effort level: Medium
| @@ -569,72 +569,6 @@ jobs: | |||
| exec "${NODE_BIN}" "${WORKSPACE_PATH}/dist/cli.js" "\$@" | |||
| EOF | |||
| sudo chmod +x /usr/local/bin/awf | |||
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
|
✅ Copilot review passed with no inline comments. @lpcox Add the |
|
@copilot address review feedback but ignore changes to compiled .lock.yml files |
gh-aw v0.82.8 dropped the 'Install Docker sbx CLI', 'Authenticate Docker sbx', and 'Refresh sbx credentials' steps from its compiled output. Without these steps, awf --container-runtime sbx fails immediately because the sbx executable is not installed and the daemon is not running or authenticated. Update postprocess-smoke-workflows.ts to inject these three steps when post-processing smoke-docker-sbx.lock.yml: - 'Install Docker sbx CLI' and 'Authenticate Docker sbx': injected after 'Install awf binary (local)', before the lockdown mode step - 'Refresh sbx credentials': injected before 'Execute GitHub Copilot CLI' All injections are idempotent (guarded by step-name sentinels).
Updated
All three injections are idempotent (guarded by step-name sentinels). The |
|
🦎🔮 gVisor runtime: unconfirmed Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "example.com"See Network Configuration for more information.
|
Summary
Upgrades the
gh-awextension from v0.81.6 to v0.82.8 (latest pre-release) and recompiles all agentic workflows.Changes
gh-awfrom v0.81.6 → v0.82.8 viagh aw upgrade --pre-releasesgh aw compilepostprocess-smoke-workflows.tsfor smoke/build-test workflowsagentics-maintenance.ymlwith new gh-aw version referencesmoke-docker-sbx.lock.yml(removed redundant steps)Verification