mirror of
https://github.com/github/codeql-action.git
synced 2026-05-17 08:40:16 +00:00
add QL as another supported language
This commit is contained in:
Generated
+1
-1
@@ -22,7 +22,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.includeAndExcludeAnalysisPaths = exports.printPathFiltersWarning = exports.legalWindowsPathCharactersRegex = void 0;
|
||||
const path = __importStar(require("path"));
|
||||
function isInterpretedLanguage(language) {
|
||||
return (language === "javascript" || language === "python" || language === "ruby");
|
||||
return (language === "javascript" || language === "python" || language === "ruby" || language === "ql");
|
||||
}
|
||||
// Matches a string containing only characters that are legal to include in paths on windows.
|
||||
exports.legalWindowsPathCharactersRegex = /^[^<>:"|?]*$/;
|
||||
|
||||
Reference in New Issue
Block a user