Autobuild Go in analyze step
This commit is contained in:
parent
d92a91c5c4
commit
215c3cb4bb
9 changed files with 67 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue