Only warn once about the CodeQL CLI being unsupported soon
This commit is contained in:
parent
3a960869ac
commit
9b345a50dd
6 changed files with 15 additions and 2 deletions
2
lib/environment.js
generated
2
lib/environment.js
generated
|
|
@ -36,6 +36,8 @@ var EnvVar;
|
|||
/** UUID representing the current job run. */
|
||||
EnvVar["JOB_RUN_UUID"] = "JOB_RUN_UUID";
|
||||
EnvVar["ODASA_TRACER_CONFIGURATION"] = "ODASA_TRACER_CONFIGURATION";
|
||||
/** Whether to suppress the warning if the current CLI will soon be unsupported. */
|
||||
EnvVar["SUPPRESS_DEPRECATED_SOON_WARNING"] = "CODEQL_ACTION_SUPPRESS_DEPRECATED_SOON_WARNING";
|
||||
/** Used 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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue