From 212c41b5e90f1cb0eb4eb1812e1fcfa92952d48b Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 2 Mar 2026 14:55:31 +0100 Subject: [PATCH] CI: remove CodeQL Build is too slow --- .github/workflows/ci.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aac7a971..06eb2275 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"