mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 10:10:17 +08:00
Remove guards for fully enabled tool features
This commit is contained in:
@@ -582,10 +582,7 @@ export async function getCodeQLForCmd(
|
||||
extraArgs.push("--external-repository-token-stdin");
|
||||
}
|
||||
|
||||
if (
|
||||
config.buildMode !== undefined &&
|
||||
(await this.supportsFeature(ToolsFeature.BuildModeOption))
|
||||
) {
|
||||
if (config.buildMode !== undefined) {
|
||||
extraArgs.push(`--build-mode=${config.buildMode}`);
|
||||
}
|
||||
if (qlconfigFile !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user