Skip to content

Commit ecd5ae8

Browse files
ci(codeql): cron weekly→monthly (cut 3, standards#288) (#76)
Per standards#286 canonical (cut 3, Option B). PR-trigger runs unchanged. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0354462 commit ecd5ae8

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
@@ -14,7 +14,7 @@ on:
1414
pull_request:
1515
branches: [main, master]
1616
schedule:
17-
- cron: '0 6 * * 1'
17+
- cron: '0 6 1 * *' # monthly 1st 06:00 UTC
1818

1919
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
2020
# updates do not pile up queued runs against the shared account-wide

0 commit comments

Comments
 (0)