Skip to content

Commit 6bbb4d0

Browse files
committed
Satiate CodeQL
1 parent b790610 commit 6bbb4d0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/codeql-analysis-unix.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ jobs:
5757
rm -rf src/java
5858
rm -rf src/ios
5959
60-
- name: Initialize CodeQL
60+
- if: matrix.language == 'c-cpp'
61+
name: Initialize CodeQL (C/C++)
62+
uses: github/codeql-action/init@v4
63+
with:
64+
languages: ${{ matrix.language }}
65+
66+
- if: matrix.language != 'c-cpp'
67+
name: Initialize CodeQL
6168
uses: github/codeql-action/init@v4
6269
with:
6370
languages: ${{ matrix.language }}

0 commit comments

Comments
 (0)