8000 Add permissions block · github/gh-codeql@aec777e · GitHub
[go: up one dir, main page]

Skip to content

Commit aec777e

Browse files
committed
Add permissions block
Securoty hardening.
1 parent 0c422da commit aec777e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches: [main]
99

10+
permissions:
11+
contents: read
12+
releases: read
13+
1014
jobs:
1115
pr-checks:
1216
strategy:

0 commit comments

Comments
 (0)
0