Skip to content

Commit 46d14f2

Browse files
committed
restrict permissions to contents read
1 parent 0357826 commit 46d14f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Quality Assurance
22
on: [ push, pull_request ]
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
before_pr:
69
name: before-pr.sh

0 commit comments

Comments
 (0)