-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix permissions #3529
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
Fix permissions #3529
Conversation
Fix permissions missed from #3528.
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.
Pull Request Overview
This PR modifies the permissions configuration in the GitHub Actions workflow file to fix permissions that were missed from a previous change (referenced as #3528). The change moves permissions from the global workflow level to the job level and adds additional permission scopes.
- Removes global workflow permissions and sets them to an empty object
- Adds job-specific permissions with broader scope including actions, contents, and security-events
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3529 +/- ##
=======================================
Coverage 94.28% 94.28%
=======================================
Files 110 110
Lines 3816 3816
Branches 722 722
=======================================
Hits 3598 3598
Misses 218 218
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:
|
Fix permissions missed from #3528.