Skip to content

Commit 8d52b4e

Browse files
committed
Fix
1 parent c151cc6 commit 8d52b4e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/codeql_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Run CodeQL Analysis
2727
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
2828
with:
29-
check_name: "CodeQL Python Tools"
30-
category: "python"
29+
check_name: "Python Tools"
30+
category: "All scripts"

.github/workflows/push.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ jobs:
206206
if: ${{ env.RUN_CODEQL }}
207207
with:
208208
languages: cpp
209-
matrix: null
210209
build-mode: manual
211210
config-file: ./.github/codeql/codeql-config.yml
212211

@@ -228,7 +227,8 @@ jobs:
228227
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
229228
if: ${{ env.RUN_CODEQL }}
230229
with:
231-
check_name: "CodeQL Linux Chunk ${{ matrix.chunk }}"
230+
check_name: "Arduino Linux"
231+
category: "Chunk ${{ matrix.chunk }}"
232232

233233
#Upload cli compile json as artifact
234234
- name: Upload cli compile json
@@ -269,7 +269,8 @@ jobs:
269269
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
270270
if: ${{ env.RUN_CODEQL }}
271271
with:
272-
check_name: "CodeQL ${{ matrix.os }}"
272+
check_name: "Arduino Windows/MacOS"
273+
category: "${{ matrix.os }}"
273274

274275
build-esp-idf-component:
275276
name: Build with ESP-IDF ${{ matrix.idf_ver }} for ${{ matrix.idf_target }}
@@ -329,7 +330,8 @@ jobs:
329330
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
330331
if: ${{ env.RUN_CODEQL }}
331332
with:
332-
check_name: "CodeQL ESP-IDF ${{ matrix.idf_target }}"
333+
check_name: "Arduino as IDF Component"
334+
category: "Target ${{ matrix.idf_target }}"
333335

334336
- name: Upload generated sdkconfig files for debugging
335337
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)