mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
Only fall back when tools not overridden
This commit is contained in:
Generated
+1
-1
@@ -107,7 +107,7 @@ exports.CODEQL_VERSION_SUBLANGUAGE_FILE_COVERAGE = "2.15.0";
|
||||
const CODEQL_VERSION_INCLUDE_QUERY_HELP = "2.15.2";
|
||||
async function setupCodeQLBundlePreferringZstd(toolsInput, apiDetails, tempDir, variant, defaultCliVersion, features, logger) {
|
||||
let zstdError = undefined;
|
||||
if (await features.getValue(feature_flags_1.Feature.ZstdBundle)) {
|
||||
if (!toolsInput && (await features.getValue(feature_flags_1.Feature.ZstdBundle))) {
|
||||
try {
|
||||
return await setupCodeql.setupCodeQLBundle(toolsInput, apiDetails, tempDir, variant, defaultCliVersion, true, logger);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user