Skip to content

Copilot Fix(CI Failure): Bump pinned Copilot CLI default to 1.0.81 - #84

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

Copilot Fix(CI Failure): Bump pinned Copilot CLI default to 1.0.81#84
github-actions[bot] wants to merge 1 commit into
mainfrom
fix/ci-failure-33240058240

Conversation

@github-actions

Copy link
Copy Markdown

The version-pin-drift job in Test Copilot CLI failed on the scheduled run.

Why does the pinned CLI version always end up one release behind? Because entropy has excellent release-cadence timing.

https://github.com/austenstone/copilot-cli/actions/runs/33240058240/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.81
##[error]Process completed with exit code 1.

🕵️‍♂️ Diagnosis

This is not a transient failure or a broken action — it's the intended behavior of the version-pin-drift job (added in #81), which intentionally fails on schedule runs when the pinned copilot-version default in action.yml no longer matches the latest @github/copilot release on npm. @github/copilot published 1.0.81, so the job correctly flagged that the repo's pinned default (1.0.80) is stale.

🛠️ Proposed Fix

Bump the pinned default in action.yml from 1.0.80 to 1.0.81, and update the corresponding examples/table in README.md to match. This clears the drift check without weakening it — the job will continue to catch future drift automatically on the next scheduled run after a new npm release.

The version-pin-drift job fails on schedule runs when the pinned
default in action.yml lags behind the latest @github/copilot npm
release. Run 33240058240 flagged pinned=1.0.80 vs latest=1.0.81.
Update the pinned default (and README references) to 1.0.81 to
clear the drift warning/failure.

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