-
Notifications
You must be signed in to change notification settings - Fork 18
🏥 CI FailureIssue Monster CI failure: Copilot CLI v0.0.411 returns 404 on download #1119
Copy link
Copy link
Closed
Labels
Description
Summary
The Issue Monster scheduled workflow (run #1100) failed on 2026-03-02 at the "Install GitHub Copilot CLI" step.
Root Cause
The install_copilot_cli.sh script attempted to download GitHub Copilot CLI version 0.0.411 but received a HTTP 404 response:
Downloading from: https://github.com/github/copilot-cli/releases/download/v0.0.411/copilot-linux-x64.tar.gz
curl: (22) The requested URL returned error: 404
##[error]Process completed with exit code 22.
Version v0.0.411 does not exist as a release on the github/copilot-cli repository, causing the installation to fail and the entire agent job to abort before running.
Impact
- The
agentjob failed (conclusion:failure) - AWF binary was never installed → "AWF binary not installed, skipping firewall log summary"
- Safe outputs file was never written →
outputs.jsonlnot found - The
detectionandsafe_outputsjobs were skipped
Affected Workflows
Multiple workflows use install_copilot_cli.sh 0.0.411:
issue-monster.lock.ymlpelis-agent-factory-advisor.lock.ymlci-cd-gaps-assessment.lock.ymldependency-security-monitor.lock.ymlcli-flag-consistency-checker.lock.ymlbuild-test-dotnet.lock.yml,build-test-bun.lock.yml,smoke-chroot.lock.yml, and others
Note: ci-doctor.lock.yml already uses 0.0.418.
Recommended Actions
- Verify which versions of
github/copilot-cliactually exist as releases (the latest pinned version inci-doctoris0.0.418, which may be the correct target) - Update all lock files from
0.0.411→ a version that exists (e.g.,0.0.418or latest available) - Recompile the affected
.mdworkflow source files and re-run post-processing if the version is set in the source.mdfiles - Consider a version-check pre-flight step or using
latesttag to avoid this class of failure
References
- Failed run: https://github.com/github/gh-aw-firewall/actions/runs/22579046247
- Commit:
c15f7ec9590641921f34229d4afbe4db534b537a - Workflow:
.github/workflows/issue-monster.lock.yml
Generated by CI Doctor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.