From cc0a40e7129b49ceb8d95b73262e62246c79fb7b Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Mon, 9 Nov 2020 02:11:05 -0800 Subject: [PATCH] Remove code scanning until build tracing is implemented. --- .github/workflows/codeql-analysis.yml | 33 --------------------------- 1 file changed, 33 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 8924efc6d21..00000000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [main, lgtm.com, rc/1.21, rc/1.23, rc/1.24, rc/1.25] - pull_request: - # The branches below must be a subset of the branches above - branches: [main] - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: ['go'] - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - - - run: make - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1