Skip to content

Commit 64be16c

Browse files
committed
fix
1 parent 2c2cd03 commit 64be16c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,6 @@ jobs:
311311
- name: Setup jq
312312
uses: dcarbone/install-jq-action@e397bd87438d72198f81efd21f876461183d383a # v3.0.1
313313

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-
322314
- name: Build
323315
env:
324316
IDF_TARGET: ${{ matrix.idf_target }}
@@ -327,13 +319,6 @@ jobs:
327319
chmod a+x ./components/arduino-esp32/.github/scripts/*
328320
./components/arduino-esp32/.github/scripts/on-push-idf.sh
329321
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-
337322
- name: Upload generated sdkconfig files for debugging
338323
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
339324
if: always()

0 commit comments

Comments
 (0)