Skip to content

🏥 CI FailureIssue Monster CI failure: Copilot CLI v0.0.411 returns 404 on download #1119

@github-actions

Description

@github-actions

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 agent job failed (conclusion: failure)
  • AWF binary was never installed → "AWF binary not installed, skipping firewall log summary"
  • Safe outputs file was never written → outputs.jsonl not found
  • The detection and safe_outputs jobs were skipped

Affected Workflows

Multiple workflows use install_copilot_cli.sh 0.0.411:

  • issue-monster.lock.yml
  • pelis-agent-factory-advisor.lock.yml
  • ci-cd-gaps-assessment.lock.yml
  • dependency-security-monitor.lock.yml
  • cli-flag-consistency-checker.lock.yml
  • build-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

  1. Verify which versions of github/copilot-cli actually exist as releases (the latest pinned version in ci-doctor is 0.0.418, which may be the correct target)
  2. Update all lock files from 0.0.411 → a version that exists (e.g., 0.0.418 or latest available)
  3. Recompile the affected .md workflow source files and re-run post-processing if the version is set in the source .md files
  4. Consider a version-check pre-flight step or using latest tag to avoid this class of failure

References

Generated by CI Doctor

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingci

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions