Skip to content

Commit 0ac7b97

Browse files
ci(codeql): cron weekly→monthly (cut 3, standards#233 Option B) (#41)
## 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>
1 parent 312107f commit 0ac7b97

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

asdf-augmenters/asdf-control-tower/.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]
88
schedule:
9-
- cron: "0 6 * * 1"
9+
- cron: "0 6 1 * *"
1010
permissions: read-all
1111
jobs:
1212
analyze:

asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/.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]
88
schedule:
9-
- cron: "0 6 * * 1"
9+
- cron: "0 6 1 * *"
1010
permissions: read-all
1111
jobs:
1212
analyze:

asdf-augmenters/asdf-plugin-collection/plugins/doctl/.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [main, master]
99
schedule:
10-
- cron: '0 6 * * 1'
10+
- cron: '0 6 1 * *'
1111

1212
permissions: read-all
1313

asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/.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]
88
schedule:
9-
- cron: "0 6 * * 1"
9+
- cron: "0 6 1 * *"
1010
permissions: read-all
1111
jobs:
1212
analyze:

asdf-augmenters/asdf-plugin-collection/plugins/orchid/.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [main, master]
99
schedule:
10-
- cron: '0 6 * * 1'
10+
- cron: '0 6 1 * *'
1111

1212
permissions: read-all
1313

asdf-casket-ssg-plugin/.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]
88
schedule:
9-
- cron: "0 6 * * 1"
9+
- cron: "0 6 1 * *"
1010
permissions: read-all
1111
jobs:
1212
analyze:

asdf-control-tower/.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]
88
schedule:
9-
- cron: "0 6 * * 1"
9+
- cron: "0 6 1 * *"
1010
permissions: read-all
1111
jobs:
1212
analyze:

asdf-gitleaks-plugin/.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [main, master]
99
schedule:
10-
- cron: '0 6 * * 1'
10+
- cron: '0 6 1 * *'
1111

1212
permissions: read-all
1313

asdf-plugin-collection/plugins/casket-ssg/.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]
88
schedule:
9-
- cron: "0 6 * * 1"
9+
- cron: "0 6 1 * *"
1010
permissions: read-all
1111
jobs:
1212
analyze:

asdf-plugin-collection/plugins/dhall/.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [main, master]
99
schedule:
10-
- cron: '0 6 * * 1'
10+
- cron: '0 6 1 * *'
1111

1212
permissions: read-all
1313

0 commit comments

Comments
 (0)