mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
This allows us to set it automatically in the workflow generator, simplifying things and reducing the scope for error.
14 lines
976 B
JavaScript
Generated
14 lines
976 B
JavaScript
Generated
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CODEQL_ACTION_TEST_MODE = exports.CODEQL_ACTION_TESTING_ENVIRONMENT = exports.CODEQL_WORKFLOW_STARTED_AT = exports.ODASA_TRACER_CONFIGURATION = void 0;
|
|
exports.ODASA_TRACER_CONFIGURATION = "ODASA_TRACER_CONFIGURATION";
|
|
// The time at which the first action (normally init) started executing.
|
|
// If a workflow invokes a different action without first invoking the init
|
|
// action (i.e. the upload action is being used by a third-party integrator)
|
|
// then this variable will be assigned the start time of the action invoked
|
|
// rather that the init action.
|
|
exports.CODEQL_WORKFLOW_STARTED_AT = "CODEQL_WORKFLOW_STARTED_AT";
|
|
exports.CODEQL_ACTION_TESTING_ENVIRONMENT = "CODEQL_ACTION_TESTING_ENVIRONMENT";
|
|
/** Used to disable uploading SARIF results or status reports to the GitHub API */
|
|
exports.CODEQL_ACTION_TEST_MODE = "CODEQL_ACTION_TEST_MODE";
|
|
//# sourceMappingURL=shared-environment.js.map
|