Re-export codeql testing environment variable to subsequent steps, if set.

This commit is contained in:
Cornelius Riemenschneider
2022-11-01 13:18:25 +01:00
parent 4b73c4f99e
commit bfcbb093ac
6 changed files with 22 additions and 5 deletions

View File

@@ -5,3 +5,6 @@ export const ODASA_TRACER_CONFIGURATION = "ODASA_TRACER_CONFIGURATION";
// then this variable will be assigned the start time of the action invoked
// rather that the init action.
export const CODEQL_WORKFLOW_STARTED_AT = "CODEQL_WORKFLOW_STARTED_AT";
export const CODEQL_ACTION_TESTING_ENVIRONMENT =
"CODEQL_ACTION_TESTING_ENVIRONMENT";