We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d064f7a commit 0de0009Copy full SHA for 0de0009
.github/workflows/codeql.yml
@@ -2,6 +2,9 @@ name: CodeQL
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ # Run at the end of every Monday
7
+ - cron: '0 0 * * 1'
8
9
jobs:
10
analyze:
0 commit comments