Add j178/prek-action to the GitHub Actions allowlist#782
Merged
potiuk merged 2 commits intoapache:mainfrom May 2, 2026
Merged
Conversation
0503873 to
2d3c942
Compare
2d3c942 to
f6c6e92
Compare
Switch from the original commit (0bb87d7f, old composite-action era using
unverified curl-pipe-to-shell of prek-installer.sh) to v2.0.2
(cbc2f23e), the latest tagged release. v2.0.2 is a TypeScript JS action
that downloads release tarballs via @actions/tool-cache and verifies
each artefact with crypto.createHash('sha256') against checksums from
the action's bundled known-checksums.ts manifest.
verify-action-build now passes cleanly: binary download verification ✓,
JS build verification ✓ (compiled JS matches rebuild), all other
checks ✓.
Generated-by: Claude Opus 4.7 (1M context)
Member
Author
|
🙏 |
Member
Author
dave2wave
approved these changes
May 2, 2026
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.
Add
j178/prek-actionto the allowlist:j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3(v2.0.2)Needed by:
apache/airflow-stewardNote
Originally proposed at commit
0bb87d7f(old composite-action era usingcurl https://github.com/j178/prek/releases/download/.../prek-installer.sh | shwith no in-action checksum step). Updated to v2.0.2 — the action was rewritten as a TypeScript JS action that uses@actions/tool-cache+crypto.createHash('sha256')to verify each downloaded artefact against checksums from the bundledknown-checksums.tsmanifest.verify-action-buildpasses cleanly on this commit.