From 2a76df4ffd8bc87eef1fe2968da3347236947c0d Mon Sep 17 00:00:00 2001 From: Emanuelle Pharand <76541030+ladykraken@users.noreply.github.com> Date: Tue, 3 May 2022 03:21:00 -0400 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d21db35..236c5b1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,14 +11,14 @@ # name: "CodeQL" -on: +on: ubuntu-latest push: branches: [ main ] pull_request: # The branches below must be a subset of the branches above branches: [ main ] schedule: - - cron: '23 19 * * 0' + - cron: '23 19 * * 1' jobs: analyze: