feat: pin digest of GitHub action updates #2
Reference in New Issue
Block a user
Delete Branch "feat-pin-digest-of-gh-actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We always want to pin GitHub actions to a digest, to avoid attack vectors where existing tags are being re-used and their implementation replaced with malicious code.
As described in renovate's documentation, adding the "helpers:pinGitHubActionDigests" to the extends automatically forces renovate to always pin digests.
LGTM