We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603ac9a commit 69d44f7Copy full SHA for 69d44f7
.github/workflows/dependency-graph.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- main # default branch of the project
6
+permissions:
7
+ contents: read # to fetch code (actions/checkout)
8
jobs:
9
dependency-graph:
10
name: Update Dependency Graph
0 commit comments