Skip to content

Commit a0f56cd

Browse files
Jonathan D.A. Jewellclaude
andcommitted
chore: Change scheduled workflows to run daily
Update cron schedules from weekly to daily for more frequent security scans. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 13eb934 commit a0f56cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
branches: [ "main" ]
1919
schedule:
20-
- cron: '23 1 * * 4'
20+
- cron: '23 1 * * *'
2121

2222
jobs:
2323
analyze:

.github/workflows/comprehensive-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [main, master]
55
pull_request:
66
schedule:
7-
- cron: '0 5 * * 0'
7+
- cron: '0 5 * * *'
88

99
jobs:
1010
# DEPENDABILITY - Stability and reliability

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [main, master]
55
schedule:
6-
- cron: '0 4 * * 0'
6+
- cron: '0 4 * * *'
77

88
permissions: read-all
99

.github/workflows/wellknown-enforcement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '.well-known/**'
1111
schedule:
1212
# Weekly expiry check
13-
- cron: '0 9 * * 1'
13+
- cron: '0 9 * * *'
1414
workflow_dispatch:
1515

1616
jobs:

0 commit comments

Comments
 (0)