We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a42f95 commit 0b8df06Copy full SHA for 0b8df06
1 file changed
.github/workflows/ci.yml
@@ -570,32 +570,3 @@ jobs:
570
source esp-idf/export.sh
571
cd extras/ci/espidf
572
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
601
- category: "/language:cpp"
0 commit comments