Skip to content

Commit 0b8df06

Browse files
committed
CI: remove CodeQL
Build is too slow
1 parent 0a42f95 commit 0b8df06

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -570,32 +570,3 @@ jobs:
570570
source esp-idf/export.sh
571571
cd extras/ci/espidf
572572
idf.py build
573-
574-
codeql:
575-
name: CodeQL
576-
runs-on: ubuntu-22.04
577-
needs: gcc
578-
579-
permissions:
580-
actions: read
581-
contents: read
582-
security-events: write
583-
584-
steps:
585-
- name: Checkout repository
586-
uses: actions/checkout@v4
587-
588-
- name: Initialize CodeQL
589-
uses: github/codeql-action/init@v3
590-
with:
591-
languages: cpp
592-
593-
- name: Build
594-
run: |
595-
cmake -DCMAKE_BUILD_TYPE=Debug .
596-
cmake --build .
597-
598-
- name: Perform CodeQL Analysis
599-
uses: github/codeql-action/analyze@v3
600-
with:
601-
category: "/language:cpp"

0 commit comments

Comments
 (0)