CI: remove CodeQL

Build is too slow
This commit is contained in:
Benoit Blanchon
2026-03-02 14:55:31 +01:00
parent 6c23854c43
commit 212c41b5e9
-29
View File
@@ -563,32 +563,3 @@ jobs:
source esp-idf/export.sh
cd extras/ci/espidf
idf.py build
codeql:
name: CodeQL
runs-on: ubuntu-22.04
needs: gcc
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: cpp
- name: Build
run: |
cmake -DCMAKE_BUILD_TYPE=Debug .
cmake --build .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:cpp"