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:
+1
-1
@@ -338,7 +338,7 @@ async function setupCodeQLBundlePreferringZstd(
|
||||
): Promise<setupCodeql.SetupCodeQLResult> {
|
||||
let zstdError: unknown = undefined;
|
||||
|
||||
if (await features.getValue(Feature.ZstdBundle)) {
|
||||
if (!toolsInput && (await features.getValue(Feature.ZstdBundle))) {
|
||||
try {
|
||||
return await setupCodeql.setupCodeQLBundle(
|
||||
toolsInput,
|
||||
|
||||
Reference in New Issue
Block a user