Upgrade workflows to gh-aw v0.87.9 pre-release - #12113
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
🔒 mcpg Read-Only Stress — gVisorSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: INCONCLUSIVE
No writes leaked. Zero FAIL results.
|
🔒 mcpg Read-Only Stress — default AWFSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: INCONCLUSIVE
No write succeeded. Result: INCONCLUSIVE (not FAIL). References: §33264109009
|
🔒 mcpg Read-Only Stress — docker-sbxSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: INCONCLUSIVE
No writes leaked in any part.
|
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Workflow-level OTLP credentials are forwarded into the untrusted agent container through --env-all.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Balanced
Findings: 1
New issues introduced by this change (1)
| Severity | Finding |
|---|---|
.github/workflows/nightly-workflow-compiler.lock.yml — These workflow-level values contain the OTLP credential, and the agent step later invokes AWF with… |
What changed in this PR
Upgrades agentic workflows to gh-aw v0.87.9 and refreshes associated action and container pins.
Changes:
- Regenerates all 36 workflow lock files with updated runtime behavior.
- Updates maintenance defaults, SBOM tooling, and dependency pins.
- Refreshes agentic-workflow routing guidance.
| File | Description |
|---|---|
.github/aw/actions-lock.json |
Refreshes action and container pins. |
.github/skills/agentic-workflows/SKILL.md |
Adds intent and skill/plugin guidance. |
.github/workflows/agentics-maintenance.yml |
Updates maintenance workflow generation and defaults. |
.github/workflows/release.md |
Updates SBOM action versions. |
.github/workflows/*.lock.yml (36 files) |
Recompiled with gh-aw v0.87.9 and updated runtime behavior. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.GH_AW_DEFAULT_OTLP_HEADERS }} | ||
| GH_AW_OTLP_ENDPOINTS: '[{"url":"${{ vars.GH_AW_DEFAULT_OTLP_ENDPOINT }}","headers":"${{ secrets.GH_AW_DEFAULT_OTLP_HEADERS }}"}]' |

Summary
Upgrades the repository's agentic workflow support to the latest gh-aw pre-release, v0.87.9.
Changes
gh aw upgrade --pre-releasesgithub/gh-aw-actionssetup actions from v0.87.4 to v0.87.9Validation
gh aw compile— all 36 workflows compiled successfullymake agent-finished— formatting, build, lint, Go tests, integration tests, and 648 Rust guard tests passed