Skip to content

Commit a1f7698

Browse files
ci(codeql): cron weekly→monthly (cut 3, standards#288) (#123)
Per `standards#286` canonical (cut 3, Option B 2026-05-30): convert CodeQL scheduled run from weekly `0 6 * * 1` to monthly `0 6 1 * *`. PR-trigger runs unchanged — every PR still gets CodeQL. Refs `hyperpolymath/standards#288` (campaign). Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5404cbe commit a1f7698

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)