Skip to content

Commit 3ff8a36

Browse files
committed
workflows: Limit permission of the makefile.yml action
Suggested by CodeQL. Signed-off-by: Chuck Lever <[email protected]>
1 parent dbdedcc commit 3ff8a36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9+
permissions: read-all
910
strategy:
1011
fail-fast: false
1112
matrix:

0 commit comments

Comments
 (0)