-
-
Notifications
You must be signed in to change notification settings - Fork 685
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello there 👋,
Today in the Node.js security meeting we discussed that the undici project score had dropped due to a change in the workflows. This seems to be related to the following commit.
- nightly.yml and test.yml seems to lack global permissions
permissions:
contents: read- In nodejs.yml we have warnings to reviews the following permission.
undici/.github/workflows/nodejs.yml
Lines 102 to 105 in d3d24e2
| permissions: | |
| contents: write | |
| pull-requests: write | |
| actions: write |
Github Action Merge Dependabot require pull-requests and contents (not sure if actions is required). These warnings are perhaps to be ignored.
@nodejs/security-wg
metcoder95
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
