ci(codeql): canonical cron weekly→monthly (cut 3, standards#233 Option B)#286
Merged
Merged
Conversation
…n B) Owner-decision (2026-05-30) selected Option B from standards#233: move scheduled CodeQL from weekly (Mon 06:00 UTC) to monthly (1st 06:00 UTC). ## Why B (vs A drop-schedule / C allowlist) - ~85% savings (~46k Actions-min/yr) without an estate-wide stratification exercise (avoids C's per-repo decision cost and A's worst-case CVE-lag). - Bounded 30-day CVE-detection floor for every repo, regardless of activity. - Monthly cadence aligns with the CVE→CodeQL-query propagation cycle, so practical detection delta vs weekly is small. - Single mechanical fan-out — same shape as cuts 1+2 (#230, #231). ## Scope This PR changes ONLY the canonical caller template here. The estate-wide sweep (~206 repos on the weekly cadence) is tracked separately; per-repo PRs will land staggered to respect GitHub secondary rate-limit. PR-trigger runs (push + pull_request) are kept regardless of this cut. The schedule-block change is orthogonal to per-PR coverage. Refs #233 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 tasks
🔍 Hypatia Security ScanFindings: 183 issues detected
View findings[
{
"reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in affinescript-verify.yml",
"type": "unknown",
"file": "affinescript-verify.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in boj-build.yml",
"type": "unknown",
"file": "boj-build.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "unknown",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "unknown",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in changelog-reusable.yml",
"type": "unknown",
"file": "changelog-reusable.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in codeql-reusable.yml",
"type": "unknown",
"file": "codeql-reusable.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in codeql.yml",
"type": "unknown",
"file": "codeql.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in deno-ci-reusable.yml",
"type": "unknown",
"file": "deno-ci-reusable.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in doc-format.yml",
"type": "unknown",
"file": "doc-format.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
This was referenced May 30, 2026
Open
hyperpolymath
added a commit
to hyperpolymath/a2ml_gleam
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/a2ml-pre-commit
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/a2ml-showcase
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/a2ml-validate-action
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/absolute-zero
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/affinescript
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/ambientops
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/anamnesis
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/anvomidaviser
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/awesome-nickel
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/betlang
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/bgp-backbone-lab
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/blue-screen-of-app
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/bofj-kitt
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/candy-crash
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/checky-monkey
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/civic-connect
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/Cladistics.jl
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/claude-gecko-browser-extension
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/claude-integrations
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/cloudflare-dns-terraform
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/conflow
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/cookie-rebound
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/dicti0nary-attack
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/ephapax
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/ephapaxiser
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/error-lang
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/file-soup
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/flatracoon
that referenced
this pull request
May 31, 2026
Per owner-decision Option B on hyperpolymath/standards#233 (2026-05-30): move scheduled CodeQL from weekly (`'0 6 * * 1'`) to monthly (`'0 6 1 * *'`). Same shape as canonical caller-template change in hyperpolymath/standards#286. ## Why - ~85% Actions-minute savings on scheduled CodeQL (12 runs/yr vs 52). - Bounded 30-day CVE-detection floor. - PR-trigger runs (push + pull_request) unchanged — every PR still gets CodeQL coverage. ## Sweep Part of estate-wide sweep tracked at hyperpolymath/standards#288. Refs hyperpolymath/standards#233 Refs hyperpolymath/standards#288 Refs hyperpolymath/standards#286 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/gitbot-fleet
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/asdf-tool-plugins
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/developer-ecosystem
that referenced
this pull request
May 31, 2026
## Summary Single-line cron change in `.github/workflows/codeql.yml` (and any vendored subpath copies in this repo): ```diff schedule: - - cron: '0 6 * * 1' # weekly Monday 06:00 UTC + - cron: '0 6 1 * *' # monthly 1st 06:00 UTC ``` Mirrors `hyperpolymath/standards#286` (canonical caller template). ## Scope Owner-decision Option B from `standards#233` selected 2026-05-30. PR-trigger runs (`push` + `pull_request`) unchanged — every PR still gets CodeQL coverage. ## Sweep Estate-wide tracker: `hyperpolymath/standards#288`. Refs hyperpolymath/standards#233 #288 #286 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Single-line cron change in
.github/workflows/codeql.yml:Owner-decision Option B from #233 (selected 2026-05-30).
Scope
Canonical caller template only. The ~206-repo estate sweep is tracked separately; PRs will land staggered to respect GitHub secondary rate-limit.
What changes for callers
Sweep follow-up
A separate tracking issue will list the 206 repos on
'0 6 * * 1'for the per-repo conversion sweep.Refs #233
🤖 Generated with Claude Code