Skip to content

Commit 0a72cc1

Browse files
committed
simplify codeql run
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 5e34a4b commit 0a72cc1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
name: "CodeQL"
2+
3+
on:
4+
push:
5+
branches: [ "master" ]
6+
pull_request:
7+
branches: [ "master" ]
8+
schedule:
9+
- cron: '33 4 * * 1'
10+
111
permissions:
212
contents: read
313

0 commit comments

Comments
 (0)