Skip to content

Commit 43a49e2

Browse files
Merge pull request #13 from step-security/ci/codeql-fix
ci: remove cpp from codeql analysis
2 parents 1e7527a + 1013b4b commit 43a49e2

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", "javascript"]
38+
language: ["javascript"]
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)