Skip to content

chore: upgrade gh-aw to v0.82.1 (pre-release) and recompile workflows#5812

Closed
lpcox wants to merge 1 commit into
mainfrom
upgrade-gh-aw-prerelease
Closed

chore: upgrade gh-aw to v0.82.1 (pre-release) and recompile workflows#5812
lpcox wants to merge 1 commit into
mainfrom
upgrade-gh-aw-prerelease

Conversation

@lpcox

@lpcox lpcox commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

Upgrades the gh-aw extension to the latest pre-release version (v0.82.1) and recompiles all agentic workflow lock files with post-processing applied.

Changes

  • Upgraded gh-aw extension to v0.82.1 (pre-release)
  • Recompiled all workflow .lock.yml files
  • Applied post-processing script (postprocess-smoke-workflows.ts)

Verification

  • All 3419 tests pass (npm test ✅)

Upgrade the gh-aw extension to the latest pre-release (v0.82.1) and
recompile all agentic workflow lock files with post-processing applied.

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

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 98.64% 98.68% 📈 +0.04%
Statements 98.53% 98.56% 📈 +0.03%
Functions 99.56% 99.56% ➡️ +0.00%
Branches 94.51% 94.51% ➡️ +0.00%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
src/workdir-setup.ts 93.0% → 94.8% (+1.74%) 93.0% → 94.8% (+1.74%)

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

This PR upgrades the repository’s Agentic Workflows tooling to gh-aw v0.82.1 (pre-release) and regenerates the compiled .lock.yml workflow files, which updates pinned action/container references and re-scatters scheduled run times.

Changes:

  • Regenerated workflow lock files using gh-aw-actions/setup@v0.82.1, updating embedded manifests/pins.
  • Updated many workflow on.schedule.cron values as part of the recompile/scatter process.
  • Updated Codex workflow lock content; however, one Codex lock file still contains a postprocess-disallowed env_key line that should be removed.
Show a summary per file
File Description
.github/workflows/test-coverage-reporter.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/smoke-services.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/smoke-otel-tracing.lock.yml Updates scheduled cron time/day after lock regeneration.
.github/workflows/smoke-gemini.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/smoke-copilot.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/smoke-copilot-pat.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/smoke-copilot-byok.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/smoke-copilot-byok-aoai-entra.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/smoke-codex.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/smoke-claude.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/self-hosted-runner-doctor-updater.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/security-review.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/secret-digger-codex.lock.yml Updates Codex config TOML; currently includes an env_key line that postprocess intends to strip.
.github/workflows/schema-sync.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/refactoring-scanner.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/red-team-benchmark.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/pelis-agent-factory-advisor.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/model-api-mapping-updater.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/issue-monster.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/firewall-issue-dispatcher.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/duplicate-code-detector.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/doc-maintainer.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/dependency-security-monitor.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/copilot-token-usage-analyzer.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/config-consistency-auditor.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/cli-flag-consistency-checker.lock.yml Updates scheduled cron time/day after lock regeneration.
.github/workflows/claude-token-usage-analyzer.lock.yml Updates scheduled cron time after lock regeneration.
.github/workflows/ci-cd-gaps-assessment.lock.yml Updates scheduled cron time after lock regeneration.

Review details

Tip

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

  • Files reviewed: 28/28 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment on lines 1600 to 1604
[model_providers.openai-proxy]
name = "OpenAI AWF proxy"
base_url = "http://172.30.0.30:10000"
env_key = "OPENAI_API_KEY"
supports_websockets = false
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