diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml deleted file mode 100644 index f8ff4b491c75..000000000000 --- a/.github/workflows/codeql.yaml +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: CodeQL scanning - -on: - push: - pull_request: - -jobs: - codeql: - name: CodeQL scanning - runs-on: ubuntu-20.04 - timeout-minutes: 15 - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - with: - fetch-depth: 1 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v1 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 diff --git a/ci/config.yaml b/ci/config.yaml index 6b672225a365..b2f6fab37aaf 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,7 +1,5 @@ checks: - required_workflows: - main.yaml: False - rebuild.yaml: False + required_workflows: False versions: False codespell: ignore_re: