From eb4bf296ff4667d064eb6d71362adf5427c8f3c3 Mon Sep 17 00:00:00 2001 From: Christian Kadner Date: Sat, 28 Oct 2023 00:10:56 -0700 Subject: [PATCH] chore: Run CodeQL every night Signed-off-by: Christian Kadner --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 928409ce..6fc5f4ec 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ on: # The branches below must be a subset of the branches above branches: [ "main" ] schedule: - - cron: '34 1 * * 3' + - cron: '00 8 * * *' jobs: analyze: