Skip to content

Commit 389fda2

Browse files
nateprewitthswong3i
authored andcommitted
Update permissions in codeql.yml workflow (jmespath#338)
1 parent 0ba024b commit 389fda2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)