Skip to content

Copilot Fix(CI Failure): Bump pinned copilot-version default to 1.0.83 - #94

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
fix/ci-failure-34094608852
Open

Copilot Fix(CI Failure): Bump pinned copilot-version default to 1.0.83#94
github-actions[bot] wants to merge 1 commit into
mainfrom
fix/ci-failure-34094608852

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

The nightly `version-pin-drift` job failed because `action.yml`'s pinned `copilot-version` default (1.0.80) fell behind the version currently published to npm (1.0.83).

The @github/copilot package ships new releases faster than the sun sets, and apparently our pin took an extended vacation — turns out even version numbers need to touch grass occasionally. 🌱

https://github.com/austenstone/copilot-cli/actions/runs/34094608852/job/... (job: version-pin-drift, step: Compare pinned default against registry latest)

💥 Error Log

##[warning]copilot-version default is pinned to 1.0.80 but @latest is 1.0.83
##[error]Process completed with exit code 1.

🕵️‍♂️ Diagnosis

This is not a broken workflow or transient error — it's the version-pin-drift job working exactly as designed (added in #81). It compares the pinned copilot-version default in action.yml against npm view @github/copilot@latest version, and intentionally fails on the nightly schedule trigger (but not on PRs) whenever they diverge, as a nudge to bump the pin. The registry moved from 1.0.80 → 1.0.83 since the pin was last updated.

🛠️ Proposed Fix

  • Bumped copilot-version default in action.yml from 1.0.80 to 1.0.83.
  • Updated the matching exact-pin examples in README.md (left the >=1.0.80 floor-spec examples untouched since those remain valid regardless of latest).

Verified action.yml still parses correctly with yaml.safe_load and the new default resolves to 1.0.83.

The nightly version-pin-drift job fails whenever the pinned default in
action.yml falls behind the @github/copilot package published to npm.
The registry currently serves 1.0.83 while the default was still
1.0.80, so the job emitted a warning and exited non-zero on schedule.

Bump the pinned default (and matching README examples) to 1.0.83 to
clear the drift.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

1 participant