Skip to content

Commit e3ead58

Browse files
ci(NODE-4872): add permissions to dependency check workflow (#3483)
Co-authored-by: Bailey Pearson <[email protected]>
1 parent fb22f23 commit e3ead58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependencies.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
9+
permissions:
10+
contents: read
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)