This repository was archived by the owner on Jul 18, 2026. It is now read-only.
security(ci): SHA-pin third-party GitHub Actions (ex-ADR-0043) - #1
Closed
wock9000 wants to merge 1 commit into
Closed
security(ci): SHA-pin third-party GitHub Actions (ex-ADR-0043)#1wock9000 wants to merge 1 commit into
wock9000 wants to merge 1 commit into
Conversation
Author
|
Closing: falsified premise. This repo is a MIRROR of upstream leanprover-community/physlib (7301 lemmas, only 2 first-party commits) and is being taken PRIVATE + ARCHIVED and relocated to vendored-external status (~/h/delos) per the repo-location invariant. The SHA-pin CI hardening (ex-ADR-0043) applies to first-party public repos that RUN their own CI; a frozen private mirror runs none, so this PR is moot. Any future ingest (e.g. aristarchus) pulls from the canonical upstream leanprover-community/physlib, not this mirror. Checks were green; disposition is close-superseded, not merge, to keep the mirror clean against upstream. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
SHA-pin the floating third-party GitHub Actions in this repo to the exact commit each tag currently resolves to — behavior-identical, zero functional change. First-party
actions/*keep their version tags per policy.Why (ex-ADR-0043)
A floating tag (
@v2,@stable,@main,@v1) is a mutable pointer the upstream owner — or a compromised account — can repoint at any commit, which then runs in our CI with fullGITHUB_TOKENscope and no review (thetj-actions/changed-filesMar-2025 compromise class). ex-ADR-0043 ("SHA-pin third-party GitHub Actions") requires the 40-char SHA + a trailing version/date comment. Re-seeding inheritors after the sourcetemplate-rustwas pinned. The advisorysha-pin-lintcheck (Xylem-Group/.github) flags these; this clears them for this repo.