Skip to content

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

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown

The scheduled Test Copilot CLI workflow's version-pin-drift job failed because action.yml's pinned copilot-version default (1.0.80) had drifted behind the @github/copilot@latest npm release (1.0.83).

That job exists specifically to catch this: https://github.com/austenstone/copilot-cli/actions/runs/33951644747/job/93169598879

Why did the CLI drift so far behind while the pin check kept passing? Turns out the pin isn't the only thing that ages — apparently so does my sense of urgency about updating it. 😅

💥 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 transient failure or code bug — it's the intended behavior of the version-pin-drift job (added in #81), which runs on a schedule and intentionally fails when the pinned default copilot-version in action.yml no longer matches the latest @github/copilot package on npm. The last CLI release bumped npm latest to 1.0.83, while action.yml was still pinned to 1.0.80.

🛠️ Proposed Fix

  • Bump the copilot-version default in action.yml from 1.0.80 to 1.0.83.
  • Update the matching example values/descriptions in README.md (options table and the "Pinning the Copilot CLI version" examples) to 1.0.83.
  • Left the illustrative shell comment in action.yml and the >=1.0.80 floor constraint in .github/workflows/test-copilot.yml unchanged, since both remain valid regardless of the current pinned default.

Validated action.yml and .github/workflows/test-copilot.yml still parse as valid YAML after the edit.

The scheduled version-pin-drift job failed because action.yml's pinned
default (1.0.80) had fallen behind the @github/copilot@latest npm release
(1.0.83). Update the default and matching README examples to 1.0.83 to
clear the drift check.

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.

0 participants