mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Fix early return for no autobuild languages
This commit is contained in:
@@ -37,7 +37,7 @@ export async function determineAutobuildLanguages(
|
||||
async (language) => await codeql.isTracedLanguage(language),
|
||||
);
|
||||
|
||||
if (!autobuildLanguages) {
|
||||
if (!autobuildLanguages.length) {
|
||||
logger.info(
|
||||
"None of the languages in this project require extra build steps",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user