Upgrade gh-aw to v0.79.6 and recompile workflows#1460
Merged
jonathanpeppers merged 1 commit intoJun 12, 2026
Merged
Conversation
Bumps the gh-aw compiler from v0.68.3 to v0.79.6 and regenerates the lock file via 'gh aw upgrade'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s GitHub Agentic Workflows (gh-aw) toolchain to v0.79.6 and regenerates the compiled workflow lock output, primarily to refresh pinned action/container references and adopt the newer lock schema.
Changes:
- Adds an
environment:to the source workflow frontmatter and recompiles the corresponding.lock.ymlwith updated gh-aw runtime scaffolding. - Introduces new dispatcher documentation files for agentic-workflows (agent + skill) and adds an actions lock JSON for refreshed action pins.
- Updates
.gitattributesto mark lock files as generated and influence merge behavior.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
.gitattributes |
Marks workflow lock files as generated and sets a merge strategy for them. |
.github/workflows/java-interop-reviewer.md |
Adds workflow environment to support environment protection rules in compiled jobs. |
.github/workflows/java-interop-reviewer.lock.yml |
Regenerated compiled workflow output with updated pins, schema v4 metadata, and new gh-aw runtime steps/guardrails. |
.github/aw/actions-lock.json |
Adds refreshed action SHA pin entries for gh-aw-managed actions. |
.github/agents/agentic-workflows.md |
Adds a dispatcher agent doc for gh-aw workflow authoring/debugging/upgrades. |
.github/skills/agentic-workflows/SKILL.md |
Adds a dispatcher skill to route gh-aw requests to the correct upstream prompt(s). |
This was referenced Jun 12, 2026
jonathanpeppers
added a commit
to dotnet/android
that referenced
this pull request
Jun 12, 2026
Routine `gh aw upgrade` to refresh action SHAs, dispatcher skill files,
and pick up newer compiler defaults.
* Updates `github/gh-aw-actions/{setup,setup-cli}` from `v0.74.8` to
`v0.79.6` (SHA-pinned).
* Refreshes `.github/aw/actions-lock.json`.
* Renames `.github/agents/agentic-workflows.agent.md` to
`.github/agents/agentic-workflows.md` and adds the regenerated
`.github/skills/agentic-workflows/SKILL.md` dispatcher skill.
* Recompiles `android-reviewer.lock.yml` and
`nightly-fix-finder.lock.yml`.
* Frontmatter cleanup: adds `environment: copilot-pr-reviewer` to both
`.md` sources so the agent jobs run under that GitHub Environment
(matches the convention used in dotnet/java-interop#1460 and
dotnet/android-tools#388). Hand-patched into the `detection` job in
each `.lock.yml` to work around github/gh-aw#38900 (compiler does not
propagate top-level `environment:` to the detection job in v0.79.6).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Bumps the gh-aw compiler from v0.68.3 to v0.79.6 and regenerates the lock files via
gh aw upgrade. Source.mdfiles are unchanged apart from minor frontmatter cleanup.Notable supply-chain improvements in the regenerated output
agent,api-proxy,squid,mcpg,github-mcp-server).actions/checkoutv6.0.2 → v6.0.3actions/github-scriptv9 → v9.0.0github/gh-aw-actions/setupv0.68.3 → v0.79.6actions/setup-nodev6.4.0 pinbody_hashto metadata).linguist-generated=true merge=oursmarker added in.gitattributesfor*.lock.ymlso GitHub diff views collapse them and merges prefer the regenerated copy.Files changed
.gitattributes— linguist-generated marker for lock files.github/agents/agentic-workflows.md— new dispatcher agent file installed bygh aw upgrade.github/skills/agentic-workflows/SKILL.md— companion skill reference.github/aw/actions-lock.json— refreshed action pin entries.github/workflows/java-interop-reviewer.md— frontmatter cleanup (jobenvironment:for protection rules).github/workflows/java-interop-reviewer.lock.yml— regenerated lock for the existing reviewer workflowVerification