-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat: Add sha_pinning_required to ActionsPermissions structs
#3807
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
feat: Add sha_pinning_required to ActionsPermissions structs
#3807
Conversation
Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
sha_pinning_required to ActionsPermissions structs
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3807 +/- ##
=======================================
Coverage 92.27% 92.27%
=======================================
Files 192 192
Lines 13896 13896
=======================================
Hits 12823 12823
Misses 884 884
Partials 189 189 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
gmlewis
left a comment
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.
Thank you, @sheeeng!
LGTM.
Merging.
|
@gmlewis, thanks for the review. Do you have any time estimation for this fix to be included in the next release? |
Usually we cut a release about once per month (and we just cut one 4 days ago), but if there is a need, we can cut another one sooner. |
@gmlewis, thanks for the quick response. If there is any possibility to release earlier, it would be much appreciated. 🙇 However, it's not urgent. I am waiting to support this feature in integrations/terraform-provider-github#2870. |
@sheeeng - this has now been released here: |
Support https://github.blog/changelog/2025-08-15-github-actions-policy-now-supports-blocking-and-sha-pinning-actions/#enforce-sha-pinning.
Fix #3808.