chore: Upgrade gh-aw to v0.71.5#879
Merged
IEvangelist merged 1 commit intomainfrom May 7, 2026
Merged
Conversation
Run `gh aw upgrade` against the latest extension release: - Update agent dispatcher to reference v0.71.5 prompts and add the new CLI Commands Reference section. - Apply codemod renaming `github-app.app-id` to `github-app.client-id` in `update-integration-data.md`. - Bump pinned action SHAs and refresh `.github/aw/actions-lock.json` with new container image pins for gh-aw-mcpg and github-mcp-server. - Bump `setup-cli` action and `version` input to v0.71.5 in `copilot-setup-steps.yml`. - Recompile `update-integration-data.lock.yml` to match. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s GitHub Agentic Workflows (gh-aw) assets to v0.71.5 by applying the standard gh aw upgrade/compile outputs across workflow source, compiled lock, and pinned action/container metadata.
Changes:
- Bump gh-aw-related action SHAs/versions and regenerate the compiled
update-integration-datalock workflow. - Apply gh-aw codemods (notably the
github-appsafe-outputs field rename) and update agent dispatcher documentation/URLs. - Refresh action/container pin metadata files used by gh-aw.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/agents/agentic-workflows.agent.md | Updates gh-aw doc links to v0.71.5 and adds CLI commands reference routing/notes. |
| .github/aw/actions-lock.json | Refreshes pinned action references and adds container image pins. |
| .github/workflows/copilot-setup-steps.yml | Bumps setup-cli action SHA and version: input to v0.71.5. |
| .github/workflows/update-integration-data.md | Codemod rename in safe-outputs for GitHub App credentials. |
| .github/workflows/update-integration-data.lock.yml | Regenerated compiled workflow with updated pins, scripts, and runtime scaffolding. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+19
to
+28
| "containers": { | ||
| "ghcr.io/github/gh-aw-mcpg:v0.3.0": { | ||
| "image": "ghcr.io/github/gh-aw-mcpg:v0.3.0", | ||
| "digest": "sha256:9c2228324fb1f26f39dc9471612e530ae3efc3156dac05efb2e8d212878d454d", | ||
| "pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.3.0@sha256:9c2228324fb1f26f39dc9471612e530ae3efc3156dac05efb2e8d212878d454d" | ||
| }, | ||
| "github/gh-aw/actions/setup@v0.53.4": { | ||
| "repo": "github/gh-aw/actions/setup", | ||
| "version": "v0.53.4", | ||
| "sha": "b2d8af7543ec40f72bb3b8fea5148c2d3ee401c7" | ||
| "ghcr.io/github/github-mcp-server:v1.0.2": { | ||
| "image": "ghcr.io/github/github-mcp-server:v1.0.2", | ||
| "digest": "sha256:26db03408086a99cf1916348dcc4f9614206658f9082a8060dc7c81ad787f4ba", | ||
| "pinned_image": "ghcr.io/github/github-mcp-server:v1.0.2@sha256:26db03408086a99cf1916348dcc4f9614206658f9082a8060dc7c81ad787f4ba" |
| # - actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 | ||
| # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 | ||
| # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 | ||
| # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
| - **Creating new workflows**: Routes to `create` prompt | ||
| - **Updating existing workflows**: Routes to `update` prompt | ||
| - **Debugging workflows**: Routes to `debug` prompt | ||
| - **Debugging workflows**: Routes to `debug` prompt |
| - "Design a weekly research automation" | ||
|
|
||
| ### Update Existing Workflow | ||
| ### Update Existing Workflow |
Comment on lines
71
to
74
| - "Improve the prompt for the weekly-research workflow" | ||
|
|
||
| ### Debug Workflow | ||
| ### Debug Workflow | ||
| **Load when**: User needs to investigate, audit, debug, or understand a workflow, troubleshoot issues, analyze logs, or fix errors |
adamint
approved these changes
May 7, 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
Bumps the
gh-awextension and all associated workflow assets to v0.71.5, the latest release.This is the standard
gh aw upgradeoutput: it updates the dispatcher agent file, applies codemods to the workflow source, refreshes pinned action SHAs and container image digests, and recompiles the lock file.What changed
.github/agents/agentic-workflows.agent.mdgh-awdoc URLs fromv0.71.1tov0.71.5and added the new CLI Commands Reference routing entry..github/aw/actions-lock.jsonactions/github-script@v9.0.0,github/gh-aw-actions/setup@v0.71.5,github/gh-aw/actions/setup@v0.71.5) and added container image pins forghcr.io/github/gh-aw-mcpg:v0.3.0andghcr.io/github/github-mcp-server:v1.0.2..github/workflows/copilot-setup-steps.ymlsetup-cliaction SHA and theversion:input tov0.71.5..github/workflows/update-integration-data.mdgithub-app.app-idtogithub-app.client-id..github/workflows/update-integration-data.lock.ymlgh aw compileto match the source.How it was produced
Validation
gh aw validatereports 0 errors.gh aw statusshows theupdate-integration-dataworkflow as compiled and active.