From 2b02306a4dfeb21c4ab2db1e84b986be8651fbfc Mon Sep 17 00:00:00 2001 From: ky505 <151192805+antedotee@users.noreply.github.com> Date: Fri, 15 May 2026 01:01:57 +0530 Subject: [PATCH] Update cron schedule for scorecard analysis (#1322) Signed-off-by: antedotee --- .github/workflows/scorecard-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard-analysis.yml b/.github/workflows/scorecard-analysis.yml index bb00b587..7de7d7ea 100644 --- a/.github/workflows/scorecard-analysis.yml +++ b/.github/workflows/scorecard-analysis.yml @@ -7,7 +7,7 @@ on: # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained schedule: - - cron: "17 9 * * 1" + - cron: "30 19 * * *" permissions: read-all