From 8e9d6f604b6655db3ce8ff655d2ce73f142f944a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 27 Jun 2024 10:30:03 +0200 Subject: [PATCH] Use generic CodeQL implementation --- .github/workflows/codeql.yaml | 29 ----------------------------- ci/config.yaml | 4 +--- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 .github/workflows/codeql.yaml 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: