Skip to content

Commit 9fc339b

Browse files
ci(codeql): cron weekly→monthly (cut 3, standards#288) (#68)
1 parent 7b6f423 commit 9fc339b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
branches: [main, master]
88
schedule:
9-
- cron: '0 6 * * 1'
9+
- cron: '0 6 1 * *' # monthly 1st 06:00 UTC
10+
1011
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
1112
# updates do not pile up queued runs against the shared account-wide
1213
# Actions concurrency pool. Applied only to read-only check workflows

0 commit comments

Comments
 (0)