We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b65c8e1 + f08bde2 commit 336bf91Copy full SHA for 336bf91
.github/workflows/codeql.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
pull_request:
6
workflow_dispatch:
7
+ schedule:
8
+ - cron: '0 3 * * 1' # Every Monday at 03:00 UTC
9
10
jobs:
11
analyze:
0 commit comments