From 4973631350fcdff0f7bf657ab82a2757adfd2b45 Mon Sep 17 00:00:00 2001 From: Christian Oellers <2101569+ChristianOellers@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:35:23 +0200 Subject: [PATCH] Update codeql.yml (#4) Change cron running to low priority, generic value --- .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 f014b73..9568dd9 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: '31 12 * * 4' + - cron: '0 0 * * 1' jobs: analyze: