Skip to content

Commit 8ec0807

Browse files
committed
Try add C++ code scanning
1 parent 2ada781 commit 8ec0807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v3
2929
with:
30-
languages: javascript
30+
languages: [ 'javascript', 'cpp' ]
3131

3232
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3333
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)