chore: upgrade gh-aw to v0.64.5 and recompile all workflows#2871
Merged
Conversation
Upgrade gh-aw extension from v0.64.3 to v0.64.5 and recompile all 31 agentic workflows. Key version bumps: - gh-aw compiler: v0.64.3 → v0.64.5 - gh-aw-actions/setup: updated commit ref - AWF version: v0.25.3 → v0.25.4 No fixes were needed (gh aw fix --write reported no changes). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the repository’s GitHub Agentic Workflows toolchain (gh-aw + related actions/AWF components) and refreshes the generated workflow lock files to match the new compiler output.
Changes:
- Bumped gh-aw compiler references from v0.64.3 → v0.64.5 across workflows (metadata, setup action pins, env version fields).
- Updated bundled runtime components used by workflows (AWF v0.25.3 → v0.25.4, gh-aw-mcpg v0.2.8 → v0.2.9, and refreshed pinned action SHAs such as
actions/setup-go@v6). - Regenerated multiple workflow
.lock.ymlfiles and refreshed internal docs/locks to align with the new version.
Reviewed changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/semantic-function-refactor.lock.yml | Regenerated lock workflow with updated gh-aw/AWF/mcpg versions and action pins. |
| .github/workflows/rust-guard-improver.lock.yml | Same regeneration updates; includes runner label change in a job plus updated toolchain pins. |
| .github/workflows/plan.lock.yml | Regenerated lock workflow reflecting new compiler/runtime versions and action pins. |
| .github/workflows/nightly-workflow-compiler.lock.yml | Nightly compiler workflow lock regenerated with updated versions and pins. |
| .github/workflows/nightly-schema-updater.lock.yml | Regenerated lock; also updates pinned actions/setup-go commit for v6. |
| .github/workflows/nightly-docs-reconciler.lock.yml | Regenerated lock workflow to match v0.64.5 toolchain. |
| .github/workflows/mcp-gateway-log-analyzer.lock.yml | Regenerated lock workflow to match v0.64.5 toolchain. |
| .github/workflows/large-payload-tester.lock.yml | Regenerated lock workflow; updates AWF/mcpg versions and action pins. |
| .github/workflows/issue-monster.lock.yml | Regenerated lock workflow with updated versions/pins. |
| .github/workflows/integrity-filtering-audit.lock.yml | Regenerated lock workflow with updated versions/pins. |
| .github/workflows/guard-status-tracker.lock.yml | Regenerated lock workflow with updated versions/pins and runner label change in a job. |
| .github/workflows/gpl-dependency-checker.lock.yml | Regenerated lock; updates pinned actions/setup-go commit for v6. |
| .github/workflows/github-mcp-guard-coverage-checker.lock.yml | Regenerated lock workflow with updated versions/pins and runner label change in a job. |
| .github/workflows/ghcr-download-tracker.lock.yml | Regenerated lock workflow with updated versions/pins and runner label change in a job. |
| .github/workflows/gateway-issue-dispatcher.lock.yml | Regenerated lock workflow with updated versions/pins. |
| .github/workflows/duplicate-code-detector.lock.yml | Regenerated lock workflow with updated versions/pins. |
| .github/workflows/daily-compliance-checker.lock.yml | Regenerated lock; updates pinned actions/setup-go commit for v6 and runner label change in a job. |
| .github/workflows/agentics-maintenance.yml | Updated generated maintenance workflow to use gh-aw v0.64.5 and updated setup/setup-cli action pins. |
| .github/aw/actions-lock.json | Added/updated action-lock entries for new pins (e.g., actions/setup-go@v6, gh-aw actions v0.64.5). |
| .github/agents/agentic-workflows.agent.md | Updated documentation links to point at gh-aw v0.64.5 prompt/docs URLs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the gh-aw CLI extension from v0.64.3 to v0.64.5 and recompiles all 31 agentic workflows.
Changes
gh aw fix --writereported no changes)Verification
gh aw fix --write— no fixes needed ✅gh aw compile— 31 workflows compiled, 0 errors ✅