From 9e27144d52a9ebe6f2660accc372e55385044204 Mon Sep 17 00:00:00 2001 From: Florin Coada Date: Fri, 9 Dec 2022 15:35:44 +0000 Subject: [PATCH] Add explanation on which value to use to scan Kotlin and TypeScript Added comments explaining which values should be used if the user would like to scan Kotlin or TypeScript. --- code-scanning/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code-scanning/codeql.yml b/code-scanning/codeql.yml index 3f0ecfb..002e424 100644 --- a/code-scanning/codeql.yml +++ b/code-scanning/codeql.yml @@ -34,6 +34,8 @@ jobs: matrix: language: [ $detected-codeql-languages ] # CodeQL supports [ $supported-codeql-languages ] + # Use only 'java' to analyze code written in Java, Kotlin or both + # Use only 'javascript' to analyze code written in JavaScript, TypeScript or both # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support steps: