From 9088b82b77902e0e7bd4eaf2530a6c2fe33bef3c Mon Sep 17 00:00:00 2001 From: anupsv Date: Fri, 13 Dec 2024 09:04:25 +0530 Subject: [PATCH] Update codeQL-scanning.yaml --- .github/workflows/codeQL-scanning.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeQL-scanning.yaml b/.github/workflows/codeQL-scanning.yaml index 6caf37524b..e9f4b0758c 100644 --- a/.github/workflows/codeQL-scanning.yaml +++ b/.github/workflows/codeQL-scanning.yaml @@ -20,7 +20,7 @@ on: - '.github/codeql/**' - '.github/workflows/codeql-analysis.yml' schedule: - - cron: '0 9 * * 1' + - cron: '0 9 * * *' jobs: CodeQL-Build: