mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
Trace Go when Go extraction reconciliation is enabled
This commit is contained in:
+5
-1
@@ -373,7 +373,11 @@ program
|
||||
);
|
||||
}
|
||||
} else {
|
||||
language = determineAutobuildLanguage(config, logger);
|
||||
language = await determineAutobuildLanguage(
|
||||
config,
|
||||
createFeatureFlags([]),
|
||||
logger
|
||||
);
|
||||
}
|
||||
if (language !== undefined) {
|
||||
await runAutobuild(language, config, logger);
|
||||
|
||||
Reference in New Issue
Block a user