Skip to content

Commit e5768b4

Browse files
ci(codeql): weekly -> monthly cron (standards#288 cut 3) (#57)
Clean re-do of the stale `cicd/codeql-cron-monthly` branch (42-behind, conflicting). One-line cron change per the decided estate codeql-monthly policy. Supersedes #55. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2c96177 commit e5768b4

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
@@ -6,7 +6,7 @@ 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 (standards#288 cut 3)
1010
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
1111
# updates do not pile up queued runs against the shared account-wide
1212
# Actions concurrency pool. Applied only to read-only check workflows

0 commit comments

Comments
 (0)