Skip to content

Upgrade gh-aw to v0.83.3 pre-release and recompile workflows - #6609

Merged
lpcox merged 2 commits into
mainfrom
lpcox-laughing-adventure
Jul 26, 2026
Merged

Upgrade gh-aw to v0.83.3 pre-release and recompile workflows#6609
lpcox merged 2 commits into
mainfrom
lpcox-laughing-adventure

Conversation

@lpcox

@lpcox lpcox commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

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

Changes

  • gh-aw extension: v0.83.2 → v0.83.3
  • gh-aw-actions/setup: v0.83.2 → v0.83.3
  • gh-aw-actions/setup-cli: v0.83.2 → v0.83.3
  • github-mcp-server: v1.6.0 → v1.7.0
  • All workflow lock files: Recompiled with v0.83.3 compiler
  • Post-processing: Applied local build steps for smoke/build-test workflows
  • Test fixes: Updated MCP server version assertions in 3 test files

Notes

  • The smoke-copilot-byok-aoai-entra.md workflow has a known codemod warning about top-level env secrets that requires manual intervention (pre-existing issue).
  • The topology.test.ts timeout failure is a pre-existing flake unrelated to this change.

- Upgraded gh-aw extension from v0.83.2 to v0.83.3
- Updated gh-aw-actions/setup and setup-cli to v0.83.3
- Recompiled all workflow lock files
- Ran post-processing for smoke/build-test workflows
- Updated github-mcp-server version references in tests (v1.6.0 → v1.7.0)

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 26, 2026 16:40
@github-actions

github-actions Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 99.12% 99.16% 📈 +0.04%
Statements 99.03% 99.08% 📈 +0.05%
Functions 99.52% 99.52% ➡️ +0.00%
Branches 95.60% 95.62% 📈 +0.02%
📁 Per-file Coverage Changes (2 files)
File Lines (Before → After) Statements (Before → After)
src/upstream-proxy.ts 94.5% → 95.9% (+1.37%) 94.9% → 96.2% (+1.27%)
src/log-directory-setup.ts 96.2% → 100.0% (+3.78%) 96.3% → 100.0% (+3.71%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

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 tooling to v0.83.3, recompiles workflow locks, and updates GitHub MCP Server references to v1.7.0.

Changes:

  • Updates gh-aw actions, compiler metadata, and container digests.
  • Adopts revised safe-output processing.
  • Updates MCP version assertions and skill resources.
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 Recompiled reporter workflow.
.github/workflows/smoke-claude.lock.yml Recompiled Claude smoke workflow.
.github/workflows/firewall-issue-dispatcher.lock.yml Recompiled issue dispatcher.
.github/workflows/duplicate-code-detector.lock.yml Recompiled duplicate detector.
.github/workflows/doc-maintainer.lock.yml Recompiled documentation workflow.
.github/workflows/copilot-token-usage-analyzer.lock.yml Recompiled token analyzer.
.github/workflows/contribution-check.lock.yml Recompiled contribution checks.
.github/skills/agentic-workflows/SKILL.md Adds release-workflow guidance.
.github/aw/actions-lock.json Updates gh-aw action pins.

Review details

Tip

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

  • Files reviewed: 37/63 changed files
  • Comments generated: 1
  • Review effort level: Medium

"sha": "c771a70e6277c0a99b617c7a806ffedaca235ff9"
},
"github/gh-aw-actions/setup-cli@v0.83.2": {
"github/gh-aw-actions/setup-cli@v0.83.3": {
@lpcox

lpcox commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator Author

@copilot Fix the code for all comments in this review thread.

When a review comment includes a suggested change, apply the suggestion exactly.

Do not make changes beyond what is described in the linked review thread.

Copilot AI commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

@copilot Fix the code for all comments in this review thread.

When a review comment includes a suggested change, app...

Fixed in the latest commit. Updated .github/workflows/agentics-maintenance.yml to replace all v0.83.2 references (generator comment, setup/setup-cli action SHAs, and version: pins) with v0.83.3 (6f8e8ef27dc666d7945cf450b3a16b8872092c94).

Copilot finished work on behalf of lpcox July 26, 2026 17:06
@github-actions

Copy link
Copy Markdown
Contributor

✅ Copilot review passed with no inline comments.

@lpcox Add the ready-for-aw label to this PR to trigger agentic CI smoke tests.

@lpcox
lpcox merged commit e2f8887 into main Jul 26, 2026
24 of 25 checks passed
@lpcox
lpcox deleted the lpcox-laughing-adventure branch July 26, 2026 21:26
@github-actions

Copy link
Copy Markdown
Contributor

Smoke test summary: PASS.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • registry.npmjs.org

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "registry.npmjs.org"

See Network Configuration for more information.

🔮 The oracle has spoken through Smoke Codex
Add label ready-for-aw to run again

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