Skip to content

Commit

Permalink
Improve logging for Go autobuild when invoked in analyze step
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Aug 31, 2023
1 parent c5acfe3 commit ed44103
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/analyze-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ async function runAutobuildIfLegacyGoWorkflow(config: Config, logger: Logger) {
}
return;
}
logger.debug(
"Run Go autobuild because extraction output (TRAP files) for Go code has not been found.",
);
await runAutobuild(Language.go, config, logger);
}

Expand Down

0 comments on commit ed44103

Please sign in to comment.