Skip to content

Commit 7887cf6

Browse files
Switch cron to 3am (#139)
1 parent 4dc84dc commit 7887cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Security Scan
33
on:
44
workflow_call:
55
schedule:
6-
# Run daily at 2 AM UTC
7-
- cron: '0 2 * * *'
6+
# Run daily at 3 AM UTC
7+
- cron: '0 3 * * *'
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)