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.
1 parent 227de67 commit c9f66a5Copy full SHA for c9f66a5
.github/workflows/codeql.yml
@@ -19,7 +19,7 @@ on:
19
branches:
20
- "main"
21
schedule:
22
- - cron: '0 0 9 1 * *' # At 09:00 AM, on day 1 of the month
+ - cron: '0 9 1 * *' # At 09:00 AM, on day 1 of the month
23
24
jobs:
25
analyze:
0 commit comments