mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 04:30:14 +08:00
Trace Go when Go extraction reconciliation is enabled
This commit is contained in:
@@ -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