Skip to content

Commit 379bd41

Browse files
committed
Enable CodeQL weekly scan
1 parent db4eb52 commit 379bd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
# The branches below must be a subset of the branches above
88
branches: [ main ]
99
paths-ignore: [ '**/*.md' ]
10+
schedule:
11+
- cron: '25 9 * * 0'
1012

1113
jobs:
1214
analyze:

0 commit comments

Comments
 (0)