Skip to content

Commit 69d44f7

Browse files
committed
build: harden dependency-graph.yml permissions
Signed-off-by: Alex <[email protected]>
1 parent 603ac9a commit 69d44f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependency-graph.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main # default branch of the project
6+
permissions:
7+
contents: read # to fetch code (actions/checkout)
68
jobs:
79
dependency-graph:
810
name: Update Dependency Graph

0 commit comments

Comments
 (0)