From 7cb71bc5a8ef64707a41483c6f3ca432df989e8d Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Mon, 11 Apr 2022 11:53:08 -0700 Subject: [PATCH] Run CodeQL on every commit to main (#4794) Practically, we were scanning enough previously (at least once a day, plus any commit that changed source files), but this will help check the box in CII Best Practices. --- .github/workflows/codeql-analysis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dd06f7cb0f..e93517b41a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,13 +13,8 @@ on: - '**.jsx' - '**.ts' - '**.tsx' - schedule: - - cron: '18 17 * * 1' - workflow_dispatch: # Manual - permissions: contents: read - jobs: analyze: name: Analyze