We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf2dc5 commit 130ab2dCopy full SHA for 130ab2d
src/languages/index.ts
@@ -34,7 +34,13 @@ export function isBuiltInLanguage(
34
}
35
36
/**
37
- * Parses a built-in language name or alias.
+ * Parse a language input corresponding to a built-in language into its canonical CodeQL language
38
+ * name.
39
+ *
40
+ * This uses the language aliases shipped with the Action and will not be able to resolve aliases
41
+ * added by third-party CodeQL language support or versions of the CodeQL CLI newer than the one
42
+ * mentioned in `defaults.json`. Therefore, this function should only be used when the CodeQL CLI is
43
+ * not available.
44
*/
45
export function parseBuiltInLanguage(
46
language: string,
0 commit comments