Skip to content

Commit 5035b8c

Browse files
authored
Add C/C++ CodeQL language to matrix (#321)
1 parent 0ebbd66 commit 5035b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
language: [ "swift" ]
21+
language: [ "swift", "c-cpp" ]
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3

0 commit comments

Comments
 (0)