Skip to content

chore: upgrade gh-aw to v0.85.1 pre-release and recompile workflows - #6985

Merged
lpcox merged 1 commit into
mainfrom
lpcox-upgrade-gh-aw-prerelease-aug
Aug 6, 2026
Merged

chore: upgrade gh-aw to v0.85.1 pre-release and recompile workflows#6985
lpcox merged 1 commit into
mainfrom
lpcox-upgrade-gh-aw-prerelease-aug

Conversation

@lpcox

@lpcox lpcox commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Upgrades the gh-aw extension from v0.85.0 to v0.85.1 (pre-release) and recompiles all 64 agentic workflows.

Changes

  • Updated .github/aw/actions-lock.json with v0.85.1 SHA pins (b078ca291c0c4d3f7bfb88b0f9a01dfb718671e3)
  • Recompiled all .lock.yml workflow files with compiler v0.85.1
  • Updated agentics-maintenance.yml to v0.85.1
  • Simplified agent config folder list in compiled workflows (removed per-agent-specific folders like .antigravity, .claude, .codex, .gemini, .pi — now uses .agents .github and AGENTS.md)

Testing

Unit tests are unaffected — only compiled workflow outputs changed. CI will validate.

Upgrade the gh-aw extension from v0.85.0 to v0.85.1 (pre-release) and
recompile all 64 agentic workflows with the new compiler version.

Changes:
- Updated actions-lock.json with v0.85.1 SHA pins
- Recompiled all .lock.yml workflow files
- Updated agentics-maintenance.yml to v0.85.1
- Simplified agent config folder list in compiled workflows

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings August 6, 2026 12:10
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 98.90% 98.92% 📈 +0.02%
Statements 98.79% 98.81% 📈 +0.02%
Functions 99.10% 99.10% ➡️ +0.00%
Branches 94.99% 95.01% 📈 +0.02%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
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 to v0.85.1 and regenerates all agentic workflow outputs with the new pinned setup action and agent-specific configuration handling.

Changes:

  • Pins gh-aw actions and CLI to v0.85.1.
  • Recompiles all 64 locked workflows.
  • Narrows restored agent configuration paths by agent type.
Show a summary per file
File Description
.github/aw/actions-lock.json Updates v0.85.1 action pins.
.github/workflows/agentics-maintenance.yml Updates maintenance tooling to v0.85.1.
.github/workflows/auth-doctor-updater.lock.yml Recompiled workflow.
.github/workflows/build-test-network-isolation.lock.yml Recompiled workflow.
.github/workflows/build-test.lock.yml Recompiled workflow.
.github/workflows/ci-cd-gaps-assessment.lock.yml Recompiled workflow.
.github/workflows/ci-doctor.lock.yml Recompiled workflow.
.github/workflows/claude-token-optimizer.lock.yml Recompiled Claude workflow.
.github/workflows/claude-token-usage-analyzer.lock.yml Recompiled Claude workflow.
.github/workflows/cli-flag-consistency-checker.lock.yml Recompiled workflow.
.github/workflows/config-consistency-auditor.lock.yml Recompiled workflow.
.github/workflows/contribution-check.lock.yml Recompiled workflow.
.github/workflows/copilot-token-optimizer.lock.yml Recompiled workflow.
.github/workflows/copilot-token-usage-analyzer.lock.yml Recompiled workflow.
.github/workflows/dependency-security-monitor.lock.yml Recompiled workflow.
.github/workflows/doc-maintainer.lock.yml Recompiled workflow.
.github/workflows/duplicate-code-detector.lock.yml Recompiled workflow.
.github/workflows/export-audit.lock.yml Recompiled workflow.
.github/workflows/firewall-issue-dispatcher.lock.yml Recompiled workflow.
.github/workflows/issue-duplication-detector.lock.yml Recompiled workflow.
.github/workflows/issue-monster.lock.yml Recompiled workflow.
.github/workflows/model-api-mapping-updater.lock.yml Recompiled workflow.
.github/workflows/network-isolation-test.lock.yml Recompiled workflow.
.github/workflows/pelis-agent-factory-advisor.lock.yml Recompiled workflow.
.github/workflows/plan.lock.yml Recompiled workflow.
.github/workflows/red-team-benchmark.lock.yml Recompiled workflow.
.github/workflows/refactoring-scanner.lock.yml Recompiled workflow.
.github/workflows/sbx-gvisor-doc-updater.lock.yml Recompiled workflow.
.github/workflows/schema-sync.lock.yml Recompiled workflow.
.github/workflows/secret-digger-claude.lock.yml Recompiled Claude workflow.
.github/workflows/secret-digger-codex.lock.yml Recompiled Codex workflow.
.github/workflows/secret-digger-copilot.lock.yml Recompiled workflow.
.github/workflows/security-guard.lock.yml Recompiled workflow.
.github/workflows/security-review.lock.yml Recompiled workflow.
.github/workflows/self-hosted-runner-doctor-updater.lock.yml Recompiled workflow.
.github/workflows/self-hosted-runner-doctor.lock.yml Recompiled workflow.
.github/workflows/smoke-bounded-agents-gvisor.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-bounded-agents.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-bounded-queries-gvisor.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-bounded-queries-sbx.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-bounded-queries.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-chroot.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-claude.lock.yml Recompiled Claude workflow.
.github/workflows/smoke-codex.lock.yml Recompiled Codex workflow.
.github/workflows/smoke-copilot-byok-aoai-apikey.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-copilot-byok-aoai-entra.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-copilot-byok.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-copilot-network-isolation.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-copilot.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-docker-sbx-build-test.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-docker-sbx-claude.lock.yml Recompiled Claude smoke workflow.
.github/workflows/smoke-docker-sbx-codex.lock.yml Recompiled Codex smoke workflow.
.github/workflows/smoke-docker-sbx.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-gemini.lock.yml Recompiled Gemini workflow.
.github/workflows/smoke-gvisor-build-test.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-gvisor-claude.lock.yml Recompiled Claude smoke workflow.
.github/workflows/smoke-gvisor-codex.lock.yml Recompiled Codex smoke workflow.
.github/workflows/smoke-gvisor.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-otel-tracing.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-services.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-sink-visibility-allowed.lock.yml Recompiled smoke workflow.
.github/workflows/smoke-sink-visibility-blocked.lock.yml Recompiled smoke workflow.
.github/workflows/test-coverage-improver.lock.yml Recompiled workflow.
.github/workflows/test-coverage-reporter.lock.yml Recompiled workflow.
.github/workflows/test-hard-cap-ai-credits.lock.yml Recompiled workflow.
.github/workflows/update-release-notes.lock.yml Recompiled workflow.

Review details

Tip

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

  • Files reviewed: 66/66 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@lpcox
lpcox merged commit 3aa9481 into main Aug 6, 2026
25 of 27 checks passed
@lpcox
lpcox deleted the lpcox-upgrade-gh-aw-prerelease-aug branch August 6, 2026 14:43
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