From 5cc744e6d6a98499888f244c6e32ce6797965863 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Sat, 14 Oct 2023 12:09:50 -0600 Subject: [PATCH] chore: temporarily disable CodeQL (see extended) I'll be reconfiguring CodeQL for ass 15 at some point --- .github/workflows/codeql-analysis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dff5c90..9b6c440 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,16 +9,16 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: "CodeQL" +#name: "CodeQL" -on: - push: - branches: [ master ] - pull_request: +#on: +# push: +# branches: [ master ] +# pull_request: # The branches below must be a subset of the branches above - branches: [ master ] - schedule: - - cron: '24 21 * * 3' +# branches: [ master ] +# schedule: +# - cron: '24 21 * * 3' jobs: analyze: