Run autobuild script via direct tracing when feature enabled
This commit is contained in:
parent
8f057a3d8e
commit
cbe29f55df
15 changed files with 68 additions and 25 deletions
|
|
@ -181,7 +181,7 @@ async function runAutobuildIfLegacyGoWorkflow(
|
|||
logger.debug(
|
||||
"Running Go autobuild because extraction output (TRAP files) for Go code has not been found.",
|
||||
);
|
||||
await runAutobuild(Language.go, config, features, logger);
|
||||
await runAutobuild(config, Language.go, features, logger);
|
||||
}
|
||||
|
||||
async function run() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue