Support autobuilding multiple languages in autobuild Action

This commit is contained in:
Henry Mercer 2022-09-12 17:18:39 +01:00
parent 9ba4d500aa
commit 0d2fa3c636
15 changed files with 73 additions and 46 deletions

View file

@ -45,6 +45,13 @@ export const DEFAULT_DEBUG_ARTIFACT_NAME = "debug-artifacts";
*/
export const DEFAULT_DEBUG_DATABASE_NAME = "db";
/**
* Environment variable that is set to "true" when the CodeQL Action has invoked
* the Go autobuilder.
*/
export const DID_AUTOBUILD_GO_ENV_VAR_NAME =
"CODEQL_ACTION_DID_AUTOBUILD_GOLANG";
export interface SarifFile {
version?: string | null;
runs: Array<{