-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Instruct Renovate to pin GitHub Action hashes #6860
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
Instruct Renovate to pin GitHub Action hashes #6860
Conversation
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6860 +/- ##
==========================================
+ Coverage 96.03% 96.05% +0.02%
==========================================
Files 367 367
Lines 20831 20831
==========================================
+ Hits 20005 20010 +5
+ Misses 630 626 -4
+ Partials 196 195 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
## Which problem is this PR solving? - In light of https://semgrep.dev/blog/2025/popular-github-action-tj-actionschanged-files-is-compromised/, make sure all actions are pinned ## Description of the changes - Turns out Renovate has this as a feature https://docs.renovatebot.com/modules/manager/github-actions/#digest-pinning-and-updating ## How was this change tested? - CI --------- Signed-off-by: Yuri Shkuro <[email protected]>
## Which problem is this PR solving? - In light of https://semgrep.dev/blog/2025/popular-github-action-tj-actionschanged-files-is-compromised/, make sure all actions are pinned ## Description of the changes - Turns out Renovate has this as a feature https://docs.renovatebot.com/modules/manager/github-actions/#digest-pinning-and-updating ## How was this change tested? - CI --------- Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: amol-verma-allen <[email protected]>
Which problem is this PR solving?
Description of the changes
How was this change tested?