Conversation
- Updated gh-aw setup action from v0.68.1 to v0.68.6 - Updated gh-aw-actions/setup from v0.68.4 to v0.68.6 - Updated actions/github-script to v9.0.0 - Updated softprops/action-gh-release to v3.0.0 - Pinned 17 container images with digest hashes - Recompiled all 30 workflows and ran post-processing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s generated agentic workflow lock files and supporting agent/docs to gh-aw v0.68.6, including updated pinned action SHAs and refreshed runtime/container wiring used by the workflows.
Changes:
- Recompiled agentic workflow
.lock.ymlfiles to gh-aw v0.68.6 (new setup action pin, updated github-script/upload-artifact pins, updated AWF/AW MCP gateway scripts/paths). - Updated workflow runtime behavior (new Copilot error detection, prompt passing via
--prompt-file, additional artifacts like/tmp/gh-aw/base, new outputs for Copilot error categories). - Updated repo-level action lockfile and agent documentation links to point at gh-aw v0.68.6.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-release-notes.lock.yml | Recompiled lock with v0.68.6 pins; updates MCP gateway startup, artifacts, and Copilot error detection outputs. |
| .github/workflows/smoke-codex.lock.yml | Recompiled lock with v0.68.6 pins; updates Codex/MCP gateway wiring and artifact behavior. |
| .github/workflows/security-review.lock.yml | Recompiled lock with v0.68.6 pins; updates Copilot error detection outputs and container download pins. |
| .github/workflows/plan.lock.yml | Recompiled lock with v0.68.6 pins; updates Copilot error detection outputs and container download pins. |
| .github/workflows/firewall-issue-dispatcher.lock.yml | Recompiled lock with v0.68.6 pins; updates container download pins and Copilot error detection outputs. |
| .github/workflows/copilot-token-usage-analyzer.lock.yml | Recompiled lock with v0.68.6 pins; updates container download pins and Copilot error detection outputs. |
| .github/workflows/copilot-token-optimizer.lock.yml | Recompiled lock with v0.68.6 pins; updates container download pins and Copilot error detection outputs. |
| .github/workflows/cli-flag-consistency-checker.lock.yml | Recompiled lock with v0.68.6 pins; updates container download pins and Copilot error detection outputs. |
| .github/workflows/claude-token-usage-analyzer.lock.yml | Recompiled lock with v0.68.6 pins; updates container download pins and Copilot error detection outputs. |
| .github/workflows/ci-cd-gaps-assessment.lock.yml | Recompiled lock with v0.68.6 pins; updates container download pins and Copilot error detection outputs. |
| .github/aw/actions-lock.json | Updates pinned action SHAs/versions and extends lockfile structure with container pins. |
| .github/agents/agentic-workflows.agent.md | Updates documentation links to reference gh-aw v0.68.6 templates/prompts. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 31/31 changed files
- Comments generated: 1
| - name: Clean up engine output files | ||
| run: | | ||
| rm -fr ${{ runner.temp }}/gh-aw/mcp-config/logs/ |
There was a problem hiding this comment.
This step deletes ${{ runner.temp }}/gh-aw/mcp-config/logs/, but the workflow later attempts to upload that same directory in the “Upload agent artifacts” step. As written, the artifact will be missing Codex/MCP logs (and troubleshooting data). Remove this cleanup, or move it to after artifact upload / target a different path that isn’t meant to be preserved.
| - name: Clean up engine output files | |
| run: | | |
| rm -fr ${{ runner.temp }}/gh-aw/mcp-config/logs/ |
This comment has been minimized.
This comment has been minimized.
- Update AWF container images from 0.25.22 to 0.25.23 - Fix COPILOT_MODEL fallback: 'claude-opus-4.6' instead of empty string (empty string overrides workflow-level default, causing Copilot CLI to fail with 'BYOK providers require an explicit model') Fixes #2048 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Smoke Test Results
PRs reviewed: "Fix BYOK smoke workflow COPILOT_MODEL fallback override in postprocessing" · "fix: allow package.json/lock in dep security monitor PRs" Overall: PASS
|
This comment has been minimized.
This comment has been minimized.
🔥 Smoke Test Results
Overall: FAIL PR: chore: upgrade all workflows to gh-aw v0.68.6 — author: @lpcox, no assignees.
|
Smoke Test: GitHub Actions Services Connectivity ✅All checks passed:
|
🔥 BYOK Smoke Test — PASS
Running in BYOK offline mode (
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
Upgrades all agentic workflows from gh-aw v0.68.1/v0.68.4 to v0.68.6.
Action updates:
github/gh-aw/actions/setup: v0.68.1 → v0.68.6github/gh-aw-actions/setup: v0.68.4 → v0.68.6actions/github-script: v8/v9 → v9.0.0 (SHA-pinned)softprops/action-gh-release: v2.6.1 → v3.0.0Container image pins:
Workflows recompiled: All 30 workflows recompiled and post-processed.
Generated via
gh aw upgrade+npx tsx scripts/ci/postprocess-smoke-workflows.ts.