mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Ensure all mentions of cargo-install are --locked (#21592)
There's already a preference for this in the codebase, but a few of them have drifted away. Generally `--locked` is preferred to reduce exposure to supply-chain attacks (and just generally improve reproducibility). In an ideal world these dependencies would maybe even be pinned to versions but Cargo is kinda bad at that for devtools. Still better to use --locked than not.
This commit is contained in:
Reference in New Issue
Block a user