chore: upgrade gh-aw to v0.69.3 and recompile workflows#2170
Conversation
- Bump github/gh-aw/actions/setup, github/gh-aw-actions/setup-cli, github/gh-aw-actions/setup to v0.69.3 - Bump actions/github-script from v8 to v9.0.0 - Update container image pins to awf 0.25.26 and mcpg v0.2.26/v0.2.29 - Recompile all 29 workflow lock files with post-processing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Upgrades the repo’s pinned gh-aw tooling to v0.69.3 and refreshes generated agentic workflow lock files to match the new compiler/action versions and updated container pinning.
Changes:
- Bumps
github/gh-aw-actions/setup(and relatedgh-awsetup actions) tov0.69.3across workflow lock files. - Refreshes lock-file manifests to include digest-pinned container image references for the AWF components and MCP images.
- Updates the agent documentation links to reference
gh-awv0.69.3.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-release-notes.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/test-coverage-improver.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/smoke-opencode.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/smoke-copilot.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers (mcpg v0.2.29). |
| .github/workflows/smoke-copilot-byok.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/security-review.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/security-guard.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/plan.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/issue-monster.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/issue-duplication-detector.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/firewall-issue-dispatcher.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/doc-maintainer.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/dependency-security-monitor.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/copilot-token-usage-analyzer.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/copilot-token-optimizer.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/cli-flag-consistency-checker.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/claude-token-usage-analyzer.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/claude-token-optimizer.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/workflows/ci-doctor.lock.yml | Regenerated lock with gh-aw v0.69.3, updated action pins and digest-pinned containers. |
| .github/aw/actions-lock.json | Updates action/version entries and adds container digest pins used by compilation/validation. |
| .github/agents/agentic-workflows.agent.md | Updates referenced gh-aw documentation links from v0.69.2 to v0.69.3. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 31/33 changed files
- Comments generated: 0
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.
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.
|
✅ Smoke Test Results
Status: PASS
|
🤖 Smoke Test Results
Overall: PASS (core connectivity verified) cc @lpcox — no assignees on this PR.
|
🔥 Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( Overall: PASS | PR by @lpcox, no assignees.
|
🏗️ Build Test Suite Results
Overall: 0/8 ecosystems passed — ❌ FAIL ❌ Error DetailsAll repository clones failed. The Root cause: The GitHub CLI proxy sidecar (
|
|
Smoke test results:
Warning The following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
Smoke Test Results: GitHub Actions Services Connectivity
All checks failed.
|
Summary
Upgrades the
gh-awextension to v0.69.3, recompiles all agentic workflow lock files, and adds a new Gemini engine smoke test.Changes
Actions upgrades:
github/gh-aw/actions/setup→ v0.69.3github/gh-aw-actions/setup-cli→ v0.69.3github/gh-aw-actions/setup→ v0.69.3actions/github-script→ v9.0.0Container image pins updated:
gh-aw-firewall/*→ 0.25.26gh-aw-mcpg→ v0.2.26 / v0.2.29New workflow:
smoke-gemini.md— Gemini engine smoke test (mirrors smoke-copilot pattern). RequiresGEMINI_API_KEYsecret.All 29 existing workflow lock files recompiled with post-processing.
Security review (safe-update)
GEMINI_API_KEY— Google Gemini API key, required for inference by the Gemini CLI engine. Used only within the AWF sandbox; not exposed to untrusted code. Safe to add.