mirror of
https://github.com/github/codeql-action.git
synced 2026-05-16 16:20:21 +00:00
add QL as another supported language
This commit is contained in:
Generated
+1
@@ -12,6 +12,7 @@ var Language;
|
||||
Language["python"] = "python";
|
||||
Language["ruby"] = "ruby";
|
||||
Language["swift"] = "swift";
|
||||
Language["ql"] = "ql";
|
||||
})(Language = exports.Language || (exports.Language = {}));
|
||||
// Additional names for languages
|
||||
const LANGUAGE_ALIASES = {
|
||||
|
||||
Reference in New Issue
Block a user