Skip to content

fix(ci): pin mutable action refs to commit SHA (supply-chain)#50

Merged
WRG-11 merged 1 commit into
mainfrom
pin-actions-sha-r89-182
Jun 4, 2026
Merged

fix(ci): pin mutable action refs to commit SHA (supply-chain)#50
WRG-11 merged 1 commit into
mainfrom
pin-actions-sha-r89-182

Conversation

@WRG-11
Copy link
Copy Markdown
Owner

@WRG-11 WRG-11 commented Jun 4, 2026

SHA-pin mutable GitHub Actions refs (supply-chain hardening)

Mutable @v4/@v3/@v2 tags -> deterministic commit SHA pins.
Floating tags can be moved by a malicious actor; SHAs are immutable.

Before After
github/codeql-action/init@v4 -> @87557b9c84dd... # v4.36.1 SHA-pinned
github/codeql-action/autobuild@v4 -> @87557b9c84dd... # v4.36.1 SHA-pinned
github/codeql-action/analyze@v4 -> @87557b9c84dd... # v4.36.1 SHA-pinned

CI-verify required before merge. No workflow logic changed — uses: refs only.

Mutable tag -> immutable SHA pin (supply-chain hardening).
No workflow logic changed.
Author: WRG-11 <281155251+WRG-11@users.noreply.github.com>
@WRG-11 WRG-11 merged commit 95c21bf into main Jun 4, 2026
12 checks passed
@WRG-11 WRG-11 deleted the pin-actions-sha-r89-182 branch June 4, 2026 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant