semgrep: Add versions 1.175.0, 1.175.1, 1.176.0, 1.176.1, 1.177.0, 1.178.0 - #2283
Merged
Merged
Conversation
…178.0 Signed-off-by: riseproject-dev[bot] <330740410+riseproject-dev[bot]@users.noreply.github.com>
Contributor
|
…lve missing-tag versions to their .0 release
The v1.177.0 tag itself has 34 languages/*/tree-sitter/*/lib/parser.c files checked in as literal Git LFS pointer stubs (upstream squash-merged the per-language submodules into the main tree without resolving their LFS objects first; fixed again at v1.178.0). No lfs:true/git-lfs-pull fixes this since the tag's own .gitattributes never marks these paths for LFS - a correct checkout produces exactly this pointer text, which then fails `dune build`/`make core` with "unknown type name 'version'". Add a repair step that reads a small per-version manifest (lfs-pointer-fixups.tsv) and, for each still-broken file, re-fetches its content from the exact commit the pre-merge submodule was pinned to at v1.176.0 and verifies it against the pointer's own sha256 oid before using it. No-op for every other version, which has no manifest. gotcha 569
luhenry
added a commit
that referenced
this pull request
Sep 24, 2026
A release tag can check out clean and still hand a build Git LFS pointer stubs instead of real content, when upstream squash-merges former submodules into the main tree without resolving their LFS objects first (the semgrep v1.177.0 case, PR #2283). The fix is content-addressable and self-verifying: each pointer's own sha256 oid confirms a same-path fetch from the pre-merge submodule's last pinned commit before it's trusted.
luhenry
marked this pull request as ready for review
September 24, 2026 23:24
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.
Automatically generated by the nightly
check_versions.pyrun.semgrep v1.174.0 -> v1.175.0, v1.175.1, v1.176.0, v1.176.1, v1.177.0, v1.178.0
Every
- version:entry added todocs/packages/semgrep.yamlis built by this PR's ownbuild-semgrep.ymlrun; merging publishes the wheels.