mirror of
https://github.com/github/codeql-action.git
synced 2026-05-16 16:20:21 +00:00
Set build tracing environment variables after init step
This commit is contained in:
Generated
+2
@@ -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";
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user