mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Improve logging for Go autobuild when invoked in analyze step (#1862)
This commit is contained in:
@@ -168,6 +168,9 @@ async function runAutobuildIfLegacyGoWorkflow(config: Config, logger: Logger) {
|
||||
}
|
||||
return;
|
||||
}
|
||||
logger.debug(
|
||||
"Running Go autobuild because extraction output (TRAP files) for Go code has not been found.",
|
||||
);
|
||||
await runAutobuild(Language.go, config, logger);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user