Skip to content

Copilot Fix(CI Failure): Bump pinned Copilot CLI default version to 1.0.83 - #93

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown

The scheduled `version-pin-drift` check in Test Copilot CLI failed because the pinned CLI default in action.yml had fallen behind the latest @github/copilot npm release.

Why did the CLI's own version pin fall behind? Turns out it needed a version update too. 😄

https://github.com/austenstone/copilot-cli/actions/runs/34018266702/job/92173595780#step:2:16

💥 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 a broken workflow — the version-pin-drift job is an intentional maintenance guardrail (added in #81) that deliberately fails on schedule runs when the pinned copilot-version default in action.yml no longer matches @github/copilot@latest on npm. It's a nudge to bump the pin, not a bug in the CI config itself.

Confirmed drift:

  • Pinned default (action.yml): 1.0.80
  • npm registry latest: 1.0.83

🛠️ Proposed Fix

Bump the pinned default copilot-version from 1.0.80 to 1.0.83 in:

  • action.yml (the actual default input value)
  • README.md (documented default value and the "exact pin (default)" example)

This resolves the drift so the scheduled check passes again until the next CLI release.

The version-pin-drift job (scheduled) detected that the pinned default
in action.yml (1.0.80) is behind the latest @github/copilot npm release
(1.0.83), causing the workflow run to fail by design as a maintenance
nudge. Bump the pinned default and update the corresponding README
references to match.

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