From e39e2c9775659f76cf05d12cd0009cba163b54ac Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Wed, 22 Nov 2023 12:14:23 +0000 Subject: [PATCH] Disable codeql analysis --- .github/workflows/codeql-analysis.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bcaf277..62f4a71 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,14 +1,16 @@ name: CodeQL on: - push: - branches: - - main - pull_request: - branches: - - main - schedule: - - cron: '31 7 * * 3' + workflow_dispatch: + # Disable until this is a public repo since advanced security is not enabled + # push: + # branches: + # - main + # pull_request: + # branches: + # - main + # schedule: + # - cron: '31 7 * * 3' jobs: analyze: