We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b790610 commit 6bbb4d0Copy full SHA for 6bbb4d0
1 file changed
.github/workflows/codeql-analysis-unix.yml
@@ -57,7 +57,14 @@ jobs:
57
rm -rf src/java
58
rm -rf src/ios
59
60
- - name: Initialize CodeQL
+ - 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
68
uses: github/codeql-action/init@v4
69
with:
70
languages: ${{ matrix.language }}
0 commit comments