Upgrade gh-aw to v0.82.2 pre-release and recompile workflows by lpcox · Pull Request #8277 · github/gh-aw-mcpg · GitHub
Skip to content

Upgrade gh-aw to v0.82.2 pre-release and recompile workflows#8277

Merged
lpcox merged 2 commits into
mainfrom
upgrade-gh-aw-prerelease
Jun 29, 2026
Merged

Upgrade gh-aw to v0.82.2 pre-release and recompile workflows#8277
lpcox merged 2 commits into
mainfrom
upgrade-gh-aw-prerelease

Conversation

@lpcox

@lpcox lpcox commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

Upgrades the gh-aw extension to the latest pre-release (v0.82.2) and recompiles all workflows.

Changes

  • Updated docker/login-action from v4.3.0 to v4.4.0
  • Updated actions/cache from v5.0.5 to v6.1.0
  • Updated actions/cache/restore from v5.0.5 to v6.1.0
  • Updated actions-lock.json with new action versions
  • Recompiled all workflows with the latest compiler

- Upgraded gh-aw extension to latest pre-release v0.81.6
- Applied codemods (move step run expressions to env bindings)
- Updated GitHub Actions versions (checkout v7, setup-go v6.5.0, etc.)
- Recompiled all 33 workflows

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 29, 2026 11:04
GitHub Advanced Security started work on behalf of lpcox June 29, 2026 11:04 View session
GitHub Advanced Security finished work on behalf of lpcox June 29, 2026 11:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades this repository’s gh-aw agentic workflow toolchain to v0.81.6 (pre-release) and regenerates the compiled workflow lock files so workflows run against updated pinned actions, containers, and runtime scaffolding.

Changes:

  • Bumped common GitHub Actions versions (notably actions/checkout and actions/setup-go) across several workflow sources.
  • Regenerated workflow .lock.yml artifacts using gh-aw v0.81.6, updating manifests, pinned SHAs, and runtime wiring.
  • Updated agent/skill documentation to reference upstream gh-aw prompt/reference files via public URLs.
Show a summary per file
File Description
.github/workflows/test-improver.md Bumps actions/setup-go and applies codemod moving expression into env var.
.github/workflows/test-coverage-improver.md Bumps actions/checkout + actions/setup-go versions.
.github/workflows/test-coverage-improver.lock.yml Regenerated compiled workflow + manifests/pins for v0.81.6.
.github/workflows/smoke-otel-tracing.md Bumps actions/setup-go pin.
.github/workflows/smoke-long-session.md Bumps actions/setup-go pin.
.github/workflows/smoke-copilot.md Bumps actions/setup-go pin.
.github/workflows/repo-assist.lock.yml Regenerated compiled workflow + pins for v0.81.6; includes safe-outputs/tooling schema updates.
.github/workflows/release.md Bumps actions/checkout + actions/setup-go versions in release workflow.
.github/workflows/nightly-schema-updater.md Bumps actions/setup-go pin.
.github/workflows/gpl-dependency-checker.md Bumps actions/setup-go pin.
.github/workflows/go-logger.md Bumps actions/setup-go pin.
.github/workflows/go-logger.lock.yml Regenerated compiled workflow + pins for v0.81.6.
.github/workflows/daily-compliance-checker.md Bumps actions/setup-go pin.
.github/workflows/agentics-maintenance.yml Regenerated maintenance workflow and updates several maintenance operations steps/commands.
.github/skills/agentic-workflows/SKILL.md Expands list of upstream gh-aw files to load for the skill.
.github/aw/actions-lock.json Updates pinned action/container versions used by the gh-aw upgrade/compile workflows.
.github/agents/agentic-workflows.md Switches local prompt references to upstream raw URLs and clarifies non-local availability.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 23/47 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment on lines 2 to 17
"entries": {
"actions/ai-inference@v2.1.1": {
"repo": "actions/ai-inference",
"version": "v2.1.1",
"sha": "a7805884c80886efc241e94a5351df715968a0ad"
},
"actions/attest-build-provenance@v4.1.0": {
"repo": "actions/attest-build-provenance",
"version": "v4.1.0",
"sha": "a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32"
},
"actions/cache/restore@v5.0.5": {
"actions/cache/restore@v6.1.0": {
"repo": "actions/cache/restore",
"version": "v5.0.5",
"sha": "27d5ce7f107fe9357f9df03efb73ab90386fccae"
"version": "v6.1.0",
"sha": "55cc8345863c7cc4c66a329aec7e433d2d1c52a9"
},
"actions/cache/save@v5.0.5": {
"actions/cache/save@v6.1.0": {
"repo": "actions/cache/save",
"version": "v5.0.5",
"sha": "27d5ce7f107fe9357f9df03efb73ab90386fccae"
"version": "v6.1.0",
"sha": "55cc8345863c7cc4c66a329aec7e433d2d1c52a9"
},
"actions/cache@v5.0.5": {
"actions/cache@v6.1.0": {
"repo": "actions/cache",
"version": "v5.0.5",
"sha": "27d5ce7f107fe9357f9df03efb73ab90386fccae"
"version": "v6.1.0",
"sha": "55cc8345863c7cc4c66a329aec7e433d2d1c52a9"
},
@lpcox

lpcox commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator Author

@copilot address review feedback

Copilot AI commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Copilot finished work on behalf of lpcox June 29, 2026 13:50
@lpcox lpcox merged commit 9260fe8 into main Jun 29, 2026
26 checks passed
@lpcox lpcox deleted the upgrade-gh-aw-prerelease branch June 29, 2026 15:28
@lpcox lpcox changed the title Upgrade gh-aw to v0.81.6 (pre-release) and recompile all workflows Upgrade gh-aw to v0.82.1 pre-release and recompile all workflows Jul 1, 2026
@lpcox lpcox changed the title Upgrade gh-aw to v0.82.1 pre-release and recompile all workflows Upgrade gh-aw to v0.82.2 pre-release and recompile workflows Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants