Skip to content

Commit 2c2cd03

Browse files
committed
fix
1 parent 8d52b4e commit 2c2cd03

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/codeql_python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
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"

.github/workflows/push.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)