We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4c4a2 commit ce3b773Copy full SHA for ce3b773
.github/workflows/dependency-review.yml
@@ -14,14 +14,15 @@ on:
14
15
# If using a dependency submission action in this workflow this permission will need to be set to:
16
#
17
-# permissions:
18
-# contents: write
+permissions:
+ contents: write
19
+ pull-requests: write
20
21
# https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api
-permissions:
22
- contents: read
+# permissions:
23
+ # contents: read
24
# Write permissions for pull-requests are required for using the `comment-summary-in-pr` option, comment out if you aren't using this option
- pull-requests: write
25
+ # pull-requests: write
26
27
jobs:
28
dependency-review:
0 commit comments