File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 - name : Run CodeQL Analysis
2727 uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
2828 with :
29- check_name : " Python Tools"
30- category : " All scripts"
29+ category : " Python Tools"
Original file line number Diff line number Diff line change @@ -250,6 +250,11 @@ jobs:
250250 os : [windows-latest, macOS-latest]
251251
252252 steps :
253+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
254+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.0.4
255+ with :
256+ python-version : " 3.x"
257+
253258 - name : Initialize CodeQL
254259 uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
255260 if : ${{ env.RUN_CODEQL }}
@@ -258,10 +263,6 @@ jobs:
258263 build-mode : manual
259264 config-file : ./.github/codeql/codeql-config.yml
260265
261- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
262- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.0.4
263- with :
264- python-version : " 3.x"
265266 - name : Build Sketches
266267 run : bash ./.github/scripts/on-push.sh
267268
@@ -316,7 +317,7 @@ jobs:
316317 with :
317318 languages : cpp
318319 build-mode : manual
319- config-file : ./.github/codeql/codeql-config.yml
320+ config-file : ./components/arduino-esp32/ .github/codeql/codeql-config.yml
320321
321322 - name : Build
322323 env :
You can’t perform that action at this time.
0 commit comments