-
Notifications
You must be signed in to change notification settings - Fork 310
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
[repo] GitHub Actions hardening #2671
[repo] GitHub Actions hardening #2671
Conversation
@alanwest, @rajkumar-rangaraj, if you are fine I can prepare similar PR for main repo. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2671 +/- ##
==========================================
- Coverage 73.91% 68.79% -5.12%
==========================================
Files 267 389 +122
Lines 9615 15522 +5907
==========================================
+ Hits 7107 10679 +3572
- Misses 2508 4843 +2335 Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Thanks @Kielek, I'm fine adding similar changes to main repo. |
Changes
Preventing problems similar to https://www.cisa.gov/news-events/alerts/2025/03/18/supply-chain-compromise-third-party-tj-actionschanged-files-cve-2025-30066-and-reviewdogaction
In the auto-instrumentation repository we have such configuration for a while.
Scripts doing most of the job https://github.com/mheap/pin-github-action
Merge requirement checklist
[ ] Unit tests added/updated[ ] AppropriateCHANGELOG.md
files updated for non-trivial changes[ ] Changes in public API reviewed (if applicable)