Set build tracing environment variables after init step

This commit is contained in:
Angela P Wen
2024-08-07 14:13:13 +02:00
parent 5c02493ebf
commit b7be4059f2
15 changed files with 70 additions and 12 deletions
+2
View File
@@ -58,6 +58,8 @@ var EnvVar;
/** Whether to disable uploading SARIF results or status reports to the GitHub API */
EnvVar["TEST_MODE"] = "CODEQL_ACTION_TEST_MODE";
EnvVar["TESTING_ENVIRONMENT"] = "CODEQL_ACTION_TESTING_ENVIRONMENT";
/** Stringified representation of environment variables that need to be set for tracing. */
EnvVar["TRACER_CONFIG_ENV"] = "CODEQL_ACTION_TRACER_CONFIG_ENV";
/** Semver of the CodeQL Action as specified in `package.json`. */
EnvVar["VERSION"] = "CODEQL_ACTION_VERSION";
/**