chore: upgrade gh-aw to v0.82.1 (pre-release) and recompile workflows#5812
Closed
lpcox wants to merge 1 commit into
Closed
chore: upgrade gh-aw to v0.82.1 (pre-release) and recompile workflows#5812lpcox wants to merge 1 commit into
lpcox wants to merge 1 commit into
Conversation
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>
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Contributor
There was a problem hiding this comment.
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.cronvalues as part of the recompile/scatter process. - Updated Codex workflow lock content; however, one Codex lock file still contains a postprocess-disallowed
env_keyline 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 |
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
Upgrades the
gh-awextension to the latest pre-release version (v0.82.1) and recompiles all agentic workflow lock files with post-processing applied.Changes
gh-awextension to v0.82.1 (pre-release).lock.ymlfilespostprocess-smoke-workflows.ts)Verification
npm test✅)