From 172fe5cf06b2e06d838bebfd4b7086a34ba6c10c 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 ----------------------------- 1 file changed, 29 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