fix(ci): update Copilot CLI version from 0.0.411 to 0.0.421#1231
fix(ci): update Copilot CLI version from 0.0.411 to 0.0.421#1231
Conversation
Version 0.0.411 does not exist as a release, causing 404 errors during installation in CI workflows. Updated all 14 lock files to use 0.0.421 (the current default in gh-aw compiler). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
There was a problem hiding this comment.
Pull request overview
Updates pinned GitHub Copilot CLI (agent) versions in AWF’s generated workflow lock files to avoid CI failures caused by referencing a non-existent Copilot CLI release.
Changes:
- Bumped Copilot CLI version from
0.0.411→0.0.421in workflow metadata (agent_version) across the affected lock workflows. - Updated all corresponding
install_copilot_cli.shinvocation arguments from0.0.411→0.0.421so CI no longer hits 404s.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-release-notes.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/test-coverage-improver.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/smoke-copilot.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/smoke-chroot.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/security-review.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/secret-digger-copilot.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/plan.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/pelis-agent-factory-advisor.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/issue-monster.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/issue-duplication-detector.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/doc-maintainer.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/dependency-security-monitor.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/cli-flag-consistency-checker.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
| .github/workflows/ci-cd-gaps-assessment.lock.yml | Updates Copilot CLI install/version pins to 0.0.421. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
fix(ci): update Copilot CLI version from 0.0.411 to 0.0.421
|
|
🤖 Smoke test results for ✅ GitHub MCP — last 2 merged PRs: #1221 "test: add --allow-host-ports validation tests", #1220 "test: add --proxy-logs-dir edge case coverage" Overall: PASS
|
Smoke Test Results✅ GitHub MCP: Last 2 merged PRs retrieved (#1221: test: add --allow-host-ports validation tests, #1220: test: add --proxy-logs-dir edge case coverage) Overall: PASS
|
Summary
0.0.411to0.0.421in 14 workflow lock files0.0.411does not exist as a release, causing 404 download errors in CI0.0.421is the current default version in the gh-aw compilerFixes #1119
Test plan
🤖 Generated with Claude Code