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 26
26
- name : Run CodeQL Analysis
27
27
uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
28
28
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:
250
250
os : [windows-latest, macOS-latest]
251
251
252
252
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
+
253
258
- name : Initialize CodeQL
254
259
uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
255
260
if : ${{ env.RUN_CODEQL }}
@@ -258,10 +263,6 @@ jobs:
258
263
build-mode : manual
259
264
config-file : ./.github/codeql/codeql-config.yml
260
265
261
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
262
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.0.4
263
- with :
264
- python-version : " 3.x"
265
266
- name : Build Sketches
266
267
run : bash ./.github/scripts/on-push.sh
267
268
@@ -316,7 +317,7 @@ jobs:
316
317
with :
317
318
languages : cpp
318
319
build-mode : manual
319
- config-file : ./.github/codeql/codeql-config.yml
320
+ config-file : ./components/arduino-esp32/ .github/codeql/codeql-config.yml
320
321
321
322
- name : Build
322
323
env :
You can’t perform that action at this time.
0 commit comments