Skip to content

Upgrade gh-aw extension to latest pre-release (v0.84.2) - #6820

Merged
lpcox merged 1 commit into
mainfrom
lpcox-upgrade-gh-aw-pre-release
Aug 1, 2026
Merged

Upgrade gh-aw extension to latest pre-release (v0.84.2)#6820
lpcox merged 1 commit into
mainfrom
lpcox-upgrade-gh-aw-pre-release

Conversation

@lpcox

@lpcox lpcox commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

Upgrades the gh-aw extension to the latest pre-release using gh aw upgrade --pre-releases and recompiles all workflows.

Changes

Action versions updated

  • github/gh-aw-actions/setup: v0.84.0 → v0.84.2
  • github/gh-aw-actions/setup-cli: v0.84.0 → v0.84.2
  • actions/setup-java: v5.6.0 → v5.7.0

Container image pins updated

  • ghcr.io/github/github-mcp-server: v1.7.0 → v1.8.0
  • AWF containers pinned to 0.27.43

Workflows

  • All 61 workflows recompiled with the new compiler (v0.84.2)
  • 6 stale container pins pruned from actions-lock.json

Test fixes

  • Updated 3 test files that asserted github-mcp-server:v1.7.0v1.8.0

- Upgraded github/gh-aw-actions/setup from v0.84.0 to v0.84.2
- Upgraded github/gh-aw-actions/setup-cli from v0.84.0 to v0.84.2
- Upgraded actions/setup-java from v5.6.0 to v5.7.0
- Upgraded ghcr.io/github/github-mcp-server from v1.7.0 to v1.8.0
- Updated container image pins for awf containers (0.27.43)
- Recompiled all 61 workflows
- Fixed test assertions for github-mcp-server version bump

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings August 1, 2026 12: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 gh-aw to v0.84.2 and regenerates affected agentic workflows.

Changes:

  • Updates gh-aw actions, AWF images, and supporting dependencies.
  • Recompiles workflows with v0.84.2.
  • Updates MCP server version assertions.
Show a summary per file
File Description
scripts/ci/test-coverage-improver-workflow.test.ts Updates MCP image assertion.
scripts/ci/security-guard-workflow.test.ts Updates MCP image assertion.
scripts/ci/export-audit-workflow.test.ts Updates MCP image assertion.
.github/workflows/test-coverage-reporter.lock.yml Regenerates coverage workflow.
.github/workflows/smoke-gemini.lock.yml Regenerates Gemini smoke workflow.
.github/workflows/smoke-claude.lock.yml Regenerates Claude smoke workflow.
.github/workflows/smoke-bounded-queries.lock.yml Regenerates Docker bounded-query workflow.
.github/workflows/smoke-bounded-queries-sbx.lock.yml Regenerates sbx bounded-query workflow.
.github/workflows/smoke-bounded-queries-gvisor.lock.yml Regenerates gVisor bounded-query workflow.
.github/workflows/contribution-check.lock.yml Regenerates contribution validation workflow.
.github/aw/actions-lock.json Updates action and container pins.

Review details

Tip

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

  • Files reviewed: 25/65 changed files
  • Comments generated: 7
  • Review effort level: Balanced

sudo chmod +x /usr/local/bin/awf
GH_AW_COMPILED_VERSION: v0.84.2
- name: Install AWF binary
run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless
EOF
sudo chmod +x /usr/local/bin/awf
- name: Install AWF binary
run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless
sudo chmod +x /usr/local/bin/awf
GH_AW_COMPILED_VERSION: v0.84.2
- name: Install AWF binary
run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless
@@ -484,7 +495,7 @@ jobs:
env:
GH_HOST: github.com
- name: Install AWF binary
run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless
run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.28.0 --rootless
EOF
sudo chmod +x /usr/local/bin/awf
- name: Install AWF binary
run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.28.0 --rootless
EOF
sudo chmod +x /usr/local/bin/awf
- name: Install AWF binary
run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.28.0 --rootless
EOF
sudo chmod +x /usr/local/bin/awf
- name: Install AWF binary
run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless
@lpcox
lpcox merged commit 6f3a28b into main Aug 1, 2026
23 of 25 checks passed
@lpcox
lpcox deleted the lpcox-upgrade-gh-aw-pre-release branch August 1, 2026 22:25
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.

2 participants