From c8ad52b89d2c9273bf456109aec3fc3399241a4c Mon Sep 17 00:00:00 2001 From: Carter Date: Fri, 22 Jan 2021 09:45:40 -0700 Subject: [PATCH] chore: remove codeql job (#5231) --- .github/workflows/codeql-analysis.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index a0c254e2cf75..000000000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: "CodeQL" -on: - push: - pull_request: - schedule: - - cron: '0 */12 * * 4' -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - with: - fetch-depth: 2 - - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} - - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: javascript - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1