From 2f6f807fa169acf18ef145541f1b254ccfa6eb21 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan <67982792+ADawesomeguy@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:43:45 -0500 Subject: [PATCH] Update CodeQL cron job to run at midnight every Sunday --- .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 c4e353b..d4a8dbd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '43 14 * * 0' + - cron: '0 0 * * 0' jobs: analyze: