chore: pin coder dependency to an immutable commit SHA - #1053
Open
EhabY wants to merge 1 commit into
Open
Conversation
Tags can be re-pointed upstream; the commit SHA (v2.34.1's target, verified via the GitHub API) cannot. Resolution is unchanged - the lockfile already resolved to this exact commit.
EhabY
force-pushed
the
chore/pin-coder-dep
branch
from
July 30, 2026 08:36
90766ad to
d6abbc8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pins the
codergit dependency to the commit SHA thatv2.34.1points at, instead of the tag name.Git tags are mutable and git-hosted dependencies are the one class of lockfile entry with no
integrity:hash to catch a re-pointed ref. The lockfile already resolves to this exact commit (2e8d80a, verified to be the tag's target via the GitHub API), so resolution is byte-identical; this makes the manifest itself immutable too. The comment keeps the human-readable version mapping.Alternatives considered