mirror of
https://github.com/github/codeql-action.git
synced 2026-04-17 20:43:17 +00:00
Merge remote-tracking branch 'origin/main' into actions_io
This commit is contained in:
@@ -389,3 +389,11 @@ function getCodeQLForCmd(cmd: string): CodeQL {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export function isTracedLanguage(language: string): boolean {
|
||||
return ['cpp', 'java', 'csharp'].includes(language);
|
||||
}
|
||||
|
||||
export function isScannedLanguage(language: string): boolean {
|
||||
return !isTracedLanguage(language);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user