From c64c626cc58167d32cf24b7cc857db0a75d173ff Mon Sep 17 00:00:00 2001 From: Sharon <42342605+sharonstout1981@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:02:44 -0500 Subject: [PATCH] Update codeql.yml Signed-off-by: Sharon <42342605+sharonstout1981@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 912371b..fab21ab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - language: [' go', 'ruby', 'python', 'swift' ] + language: [' go', 'ruby', 'python', 'swift', java', 'csharp', 'c-cpp' ] # CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] # Use only 'java-kotlin' to analyze code written in Java, Kotlin or both # Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both