-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
ci: pin github action versions #7826
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #7826 will not alter performanceComparing Summary
|
https://docs.renovatebot.com/modules/manager/github-actions/ seems like the best approach to version pinning. |
In my opinion, pinning to a more exact tag does not provide more security. Someone manipulating the action could still probably force-push (unless GitHub actions prevents this somehow, but I don't think so). https://woodruffw.github.io/zizmor/audits/#unpinned-uses zizmor's pendantic mode requires you to pin to a specific commit. I would recommend doing that instead and set up a tool to automatically bump that commit hash to the latest stable release instead. Please have a look at the renovate docs, it has support for this too. |
53e2ad4
to
3c25f28
Compare
3c25f28
to
d8c6d04
Compare
I'm pinning these versions first in preparation for renovate bot to work. |
No description provided.