Skip to content

Commit ca56870

Browse files
authored
set top level permissions to read
Best practice is to set top level to read only in the event additional jobs are added to the file. This fixes a code scanning alert.
1 parent 0118507 commit ca56870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#
1212
name: "CodeQL"
1313

14+
permissions: read-all
15+
1416
on:
1517
push:
1618
branches: [ "main" ]

0 commit comments

Comments
 (0)