{{ message }}
Upgrade gh-aw to v0.82.2 pre-release and recompile workflows#8277
Merged
Conversation
- 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>
Contributor
There was a problem hiding this comment.
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/checkoutandactions/setup-go) across several workflow sources. - Regenerated workflow
.lock.ymlartifacts 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
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" | ||
| }, |
Collaborator
Author
|
@copilot address review feedback |
…tency with compiled workflows
Contributor
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 extension to the latest pre-release (v0.82.2) and recompiles all workflows.
Changes
docker/login-actionfrom v4.3.0 to v4.4.0actions/cachefrom v5.0.5 to v6.1.0actions/cache/restorefrom v5.0.5 to v6.1.0actions-lock.jsonwith new action versions