ci: pin GitHub Actions to full commit SHAs, bump to current versions#271
Open
mrholek wants to merge 1 commit into
Open
ci: pin GitHub Actions to full commit SHAs, bump to current versions#271mrholek wants to merge 1 commit into
mrholek wants to merge 1 commit into
Conversation
Pin every action to an immutable 40-char SHA (matching upstream Bootstrap) and bump the stale ones: checkout v7.0.0, setup-node v6.5.0, stale v10.4.0. A mutable tag lets a compromised action run malicious code in CI. Dependabot's github-actions group maintains the pins.
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.
SHA-pin all GitHub Actions to immutable full commit SHAs (with
# vX.Y.Zcomments), matching upstream Bootstrap and the sweep across the other CoreUI repos. A mutable tag lets a compromised action repoint to malicious code that runs in CI (cf. tj-actions/changed-files); a SHA can't change under us. Also bumps to current: checkout → v7.0.0, setup-node → v6.5.0, stale → v10.4.0 (stale config uses onlyrepo-token/stale-*-message/stale-*-label, all stable across the bump). Dependabot's github-actions ecosystem maintains the pins going forward. Workflow YAML validated; no behaviour change beyond the version bumps.@xidedix — opened for your review/merge (Angular is your call).