Skip to content

Copilot Fix(CI Failure): Bump pinned copilot-version default to 1.0.82 - #90

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown

The scheduled version-pin-drift job fails when the pinned copilot-version default in action.yml falls behind @github/copilot@latest on npm. It's a canary check to make sure the CLI pin doesn't get stale.

It's not a bug in the traditional sense — the CI is doing exactly what it was built to do: yell when the pin drifts. Turns out even robots need reminders to update their software. 🤖📦

https://github.com/austenstone/copilot-cli/actions/runs/33726578439/job/91398634544#step:3

💥 Error Log

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

🕵️‍♂️ Diagnosis

The version-pin-drift job (added in #81) runs on a schedule and compares the pinned copilot-version default in action.yml against the latest @github/copilot release on npm. When they diverge on a scheduled run, it intentionally fails (via test "${{ github.event_name }}" != "schedule") to surface pin drift. @github/copilot released 1.0.82 while our default was still pinned to 1.0.80, tripping the check.

🛠️ Proposed Fix

Bump the pinned copilot-version default in action.yml from 1.0.80 to 1.0.82, and update the matching README table/example so docs stay in sync. Verified locally that the drift-check script now reports pinned=1.0.82 latest=1.0.82 (match).

The scheduled version-pin-drift job compares action.yml's pinned
copilot-version default against @github/copilot@latest on npm and
fails the run when they diverge. @latest advanced to 1.0.82 while the
default was still pinned at 1.0.80, causing run #326 to fail.

Update the pinned default (and matching README example/table) to
1.0.82 to resolve 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