From d72e96b20299b5185a1a6a6dceb936ed7dc74a9b Mon Sep 17 00:00:00 2001 From: Frej Drejhammar Date: Fri, 23 Feb 2024 18:04:32 +0100 Subject: [PATCH] Drop manual CodeQL actions Use default configuration as configured in the web interface instead of hand-configured ci-actions which gives warnings. --- .github/workflows/ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e511200..bf02150 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,22 +69,3 @@ jobs: - name: Run tests on 3.x run: make -C t - - code-quality: - name: Run code quality checks - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 1 - submodules: 'recursive' - - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: python - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2