Skip to content

Commit dcbabca

Browse files
authored
chore: disable cpp CodeQL analysis temporarily (#48)
1 parent a9a7731 commit dcbabca

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
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
language: ["cpp", "java", "python"]
38+
language: ["java", "python"] # skip "cpp" for now
3939
# CodeQL supports [ $supported-codeql-languages ]
4040
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4141

0 commit comments

Comments
 (0)