ci: add --locked to release-plz install - #786
Merged
Merged
Conversation
DaleSeo
marked this pull request as ready for review
April 2, 2026 01:09
alexhancock
approved these changes
Apr 8, 2026
Motivation and Context
The release-plz CI checks have been broken in main because
cargo installwithout--lockedresolves dependencies at install time, pulling in newer transitive dependencies that break the build. This adds--lockedto both the release and release-pr jobs so the fork'sCargo.lockis respected for reproducible installs.How Has This Been Tested?
Breaking Changes
None
Types of changes
Checklist
Additional context