Drop manual CodeQL actions

Use default configuration as configured in the web interface instead
of hand-configured ci-actions which gives warnings.
This commit is contained in:
Frej Drejhammar
2024-02-23 18:04:32 +01:00
parent fb225c4700
commit d72e96b202

View File

@@ -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