We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ada781 commit 8ec0807Copy full SHA for 8ec0807
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Initialize CodeQL
28
uses: github/codeql-action/init@v3
29
with:
30
- languages: javascript
+ languages: [ 'javascript', 'cpp' ]
31
32
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
33
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments