Skip to content

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

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown

The scheduled version-pin-drift job caught that our pinned default fell one patch release behind — turns out even version numbers need to keep up with the Joneses.

https://github.com/austenstone/copilot-cli/actions/runs/34197807759/job/Compare%20pinned%20default%20against%20registry%20latest#step:3

💥 Error Log

Run PINNED=$(python3 -c "import yaml;print(yaml.safe_load(open('action.yml'))['inputs']['copilot-version']['default'])")
LATEST=$(npm view --registry=https://registry.npmjs.org '@github/copilot@latest' version)
##[warning]copilot-version default is pinned to 1.0.80 but @latest is 1.0.83
##[error]Process completed with exit code 1.

🕵️‍♂️ Diagnosis

action.yml pins inputs.copilot-version.default to 1.0.80. The version-pin-drift job (added in #81) runs on a schedule and fails whenever this pinned default no longer matches @github/copilot@latest on npm, to catch stale pins before they go unnoticed. npm now publishes 1.0.83, so the check failed as designed — this is not a code regression, just an expected drift alert.

🛠️ Proposed Fix

Bump the pinned default from 1.0.80 to 1.0.83 in action.yml, and update the matching examples/table in README.md for consistency. Verified locally that re-running the exact drift-check script now reports pinned=1.0.83 latest=1.0.83 (match).

The scheduled version-pin-drift job in test-copilot.yml compares the
copilot-version default pinned in action.yml against @github/copilot@latest
on npm and fails the build if they diverge. The pinned default (1.0.80) had
fallen behind the current npm latest (1.0.83), so the check failed.

Bump the default in action.yml and the accompanying README docs/examples to
1.0.83 to match the current npm release.

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