Skip to content

Commit 6e37991

Browse files
authored
Update permissions in codeql.yml workflow (#338)
1 parent 141734d commit 6e37991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
schedule:
99
- cron: "0 0 * * 5"
1010

11-
permissions: "read"
11+
permissions:
12+
contents: "read"
1213

1314
jobs:
1415
analyze:

0 commit comments

Comments
 (0)