mirror of
https://github.com/github/codeql-action.git
synced 2026-05-01 19:30:49 +00:00
Autobuild Go in analyze step
This commit is contained in:
committed by
Henry Mercer
parent
d92a91c5c4
commit
215c3cb4bb
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user