Fix log message swap

This commit is contained in:
Michael B. Gale
2025-10-10 14:04:39 +01:00
parent a512fe0868
commit 524b9a00e8
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -92364,11 +92364,11 @@ async function getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, varian
} else {
if (allowToolcacheValueFF) {
logger.info(
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
);
} else {
logger.warning(
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
);
}
}
+2 -2
View File
@@ -130346,11 +130346,11 @@ async function getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, varian
} else {
if (allowToolcacheValueFF) {
logger.info(
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
);
} else {
logger.warning(
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
);
}
}
+2 -2
View File
@@ -89142,11 +89142,11 @@ async function getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, varian
} else {
if (allowToolcacheValueFF) {
logger.info(
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
);
} else {
logger.warning(
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
);
}
}
+2 -2
View File
@@ -90181,11 +90181,11 @@ async function getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, varian
} else {
if (allowToolcacheValueFF) {
logger.info(
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
);
} else {
logger.warning(
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
);
}
}
+2 -2
View File
@@ -90852,11 +90852,11 @@ async function getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, varian
} else {
if (allowToolcacheValueFF) {
logger.info(
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
);
} else {
logger.warning(
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`
);
}
}