Skip to content

Commit 946231b

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 192418b commit 946231b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.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: '30 1 * * 1'
10+
- cron: '30 1 * * *'
1111

1212
permissions: read-all
1313

.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 * * *'
1111

1212
permissions: read-all
1313

.github/workflows/comprehensive-quality.yml

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

1111
permissions: read-all
1212

.github/workflows/scorecard.yml

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

1010
permissions: read-all
1111

.github/workflows/wellknown-enforcement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- '.well-known/**'
1313
schedule:
1414
# Weekly expiry check
15-
- cron: '0 9 * * 1'
15+
- cron: '0 9 * * *'
1616
workflow_dispatch:
1717

1818
permissions: read-all

0 commit comments

Comments
 (0)