File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -311,14 +311,6 @@ jobs:
311
311
- name : Setup jq
312
312
uses : dcarbone/install-jq-action@e397bd87438d72198f81efd21f876461183d383a # v3.0.1
313
313
314
- - name : Initialize CodeQL
315
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
316
- if : ${{ env.RUN_CODEQL }}
317
- with :
318
- languages : cpp
319
- build-mode : manual
320
- config-file : ./components/arduino-esp32/.github/codeql/codeql-config.yml
321
-
322
314
- name : Build
323
315
env :
324
316
IDF_TARGET : ${{ matrix.idf_target }}
@@ -327,13 +319,6 @@ jobs:
327
319
chmod a+x ./components/arduino-esp32/.github/scripts/*
328
320
./components/arduino-esp32/.github/scripts/on-push-idf.sh
329
321
330
- - name : Run CodeQL Analysis
331
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
332
- if : ${{ env.RUN_CODEQL }}
333
- with :
334
- check_name : " Arduino as IDF Component"
335
- category : " Target ${{ matrix.idf_target }}"
336
-
337
322
- name : Upload generated sdkconfig files for debugging
338
323
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
339
324
if : always()
You can’t perform that action at this time.
0 commit comments