Skip to content

Commit 3fee6c8

Browse files
committed
skip ccp
1 parent 7657ed2 commit 3fee6c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
language: [ 'cpp', 'javascript' ]
38-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
39-
# Use only 'java' to analyze code written in Java, Kotlin or both
40-
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
41-
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
37+
language:
38+
- 'javascript'
39+
# TODO: https://jira.mongodb.org/browse/COMPASS-7540, enable the cpp analysis.
40+
# - 'cpp'
4241

4342
steps:
4443
- name: Checkout repository

0 commit comments

Comments
 (0)