mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
Recommend using default setup or matrixing languages
This commit is contained in:
Generated
+2
@@ -64,6 +64,8 @@ var EnvVar;
|
||||
EnvVar["SCALING_RESERVED_RAM_PERCENTAGE"] = "CODEQL_ACTION_SCALING_RESERVED_RAM_PERCENTAGE";
|
||||
/** Whether to suppress the warning if the current CLI will soon be unsupported. */
|
||||
EnvVar["SUPPRESS_DEPRECATED_SOON_WARNING"] = "CODEQL_ACTION_SUPPRESS_DEPRECATED_SOON_WARNING";
|
||||
/** Whether to suppress the recommendation for analyzing a single language per job. */
|
||||
EnvVar["SUPPRESS_SINGLE_LANGUAGE_PER_JOB_RECOMMENDATION"] = "CODEQL_ACTION_SUPPRESS_SINGLE_LANGUAGE_PER_JOB_RECOMMENDATION";
|
||||
/** 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";
|
||||
|
||||
Reference in New Issue
Block a user