Autobuild Go in analyze step

This commit is contained in:
Angela P Wen 2022-08-26 15:06:09 -07:00 committed by Henry Mercer
parent d92a91c5c4
commit 215c3cb4bb
9 changed files with 67 additions and 4 deletions

View file

@ -81,6 +81,9 @@ async function run() {
process.chdir(workingDirectory);
}
await runAutobuild(language, config, logger);
if (language === Language.go) {
core.exportVariable("CODEQL_ACTION_DID_AUTOBUILD_GOLANG", "true");
}
}
} catch (error) {
core.setFailed(