chore: pin third-party GitHub Actions to SHAs + enable Dependabot#112
Merged
Conversation
Hardens against supply-chain risk on mutable tags. Dependabot keeps the pinned SHAs fresh weekly, with major bumps held under cooldown. Tracking: DEVPROD-1072
The SHA pin is correct (softprops/turnstyle@v1 dereferences to that commit). pinact wrote # v0.1.5 because v1 and v0.1.5 share the same underlying commit on this action; this changes the comment to reflect the original intent (@v1) so reviewers and Dependabot see the right version label. Tracking: DEVPROD-1072
softprops/turnstyle has not released past v0.1.5 (the v1 tag was last moved in 2022; v1 and v0.1.5 are the SAME underlying commit). Use the specific # v0.1.5 label so the version is explicit. SHA unchanged. Verified via gh api: both refs/tags/v1 and refs/tags/v0.1.5 dereference to commit 8db075d65b19bf94e6e8687b504db69938dc3c65. Tracking: DEVPROD-1072
Contributor
Author
|
Note on the |
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.
Two-in-one hardening:
github-actionsconfig (weekly, grouped intoactions-minor-patchandactions-major, with cooldown).Tracking: DEVPROD-1072.