Skip to content

Commit d067dee

Browse files
authored
Change when we run checks (#180)
Lets avoid midnight as a common time to see if that has any effect on the failures, some of which seem to be related to rate limiting in creating CVEs, other in availability of the CVE database.
1 parent 696e1fe commit d067dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check for vulnerabilities daily
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: 0 0 * * *
6+
- cron: 0 5 * * *
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)