From 2c91771728f2654ede7e537bb4c25d32d2996532 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:02:19 +0100 Subject: [PATCH] ci(codeql): run scheduled scan monthly instead of weekly Rebased onto current main (the previous branch conflicted because codeql.yml was rewritten by the reusable-workflow adoption). Reduces scheduled CodeQL runs against the shared account-wide Actions budget; per-push and per-PR scans are unchanged. Cut 3 per standards#288. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f259d7eb..609b3926 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,7 +8,7 @@ on: pull_request: branches: [main, master] schedule: - - cron: '0 6 * * 1' + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC # Estate guardrail: cancel superseded runs so re-pushes / rebased PR # updates do not pile up queued runs against the shared account-wide # Actions concurrency pool. Applied only to read-only check workflows