-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Pin GitHub Action to digests #34855
[core] Pin GitHub Action to digests #34855
Conversation
|
Does it work with GitHub Actions? The docs for {
"extends": ["helpers:pinGitHubActionDigests"]
} |
@michaldudak The support for GitHub Actions was added in renovatebot/renovate#10835.
These two are equivalent. I went with the lower level primitives. |
renovatebot/renovate#18578 got merged, so we are likely good. We will see how this goes in the next Renovate PR update cycle. Edit: it does work, proof: #34929. |
The idea is to follow https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
It uses: https://docs.renovatebot.com/modules/manager/github-actions/. If it works well, we need to apply it to all the other repositories.