Skip to content

Commit 07d42ec

Browse files
authored
Improve logging for Go autobuild when invoked in analyze step (#1862)
1 parent c5acfe3 commit 07d42ec

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

lib/analyze-action.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze-action.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ async function runAutobuildIfLegacyGoWorkflow(config: Config, logger: Logger) {
168168
}
169169
return;
170170
}
171+
logger.debug(
172+
"Running Go autobuild because extraction output (TRAP files) for Go code has not been found.",
173+
);
171174
await runAutobuild(Language.go, config, logger);
172175
}
173176

0 commit comments

Comments
 (0)