Skip to content

Commit 692871f

Browse files
ci(codeql): CodeQL cron weekly → monthly (#34)
Retires the orphan cicd/codeql-cron-monthly branch by re-applying its single change (CodeQL scheduled scan weekly → monthly, standards#288) onto current main.
1 parent 4ee5893 commit 692871f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [main, master]
99
schedule:
10-
- cron: '0 6 * * 1'
10+
- cron: '0 6 1 * *' # monthly 1st 06:00 UTC
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)