Skip to content

Commit b02d146

Browse files
committed
Scope down GitHub token permissions for dependency_modification_check.yml
1 parent d1a9591 commit b02d146

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependency_modification_check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Check no dependencies were modified
22

33
on: pull_request
44

5+
6+
permissions:
7+
contents: read
8+
59
jobs:
610
dependency_changed_check:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)