Add new environment variable for Go binary path
This commit is contained in:
parent
d718153f0a
commit
c08086a26a
3 changed files with 14 additions and 1 deletions
6
lib/environment.js
generated
6
lib/environment.js
generated
|
|
@ -51,5 +51,11 @@ var EnvVar;
|
|||
* rather that the init action.
|
||||
*/
|
||||
EnvVar["WORKFLOW_STARTED_AT"] = "CODEQL_WORKFLOW_STARTED_AT";
|
||||
/**
|
||||
* The path where we initially discovered the Go binary in the system path
|
||||
* before replacing it with a wrapper script. We check this later to ensure
|
||||
* that it hasn't been tampered with by a late e.g. `setup-go` step.
|
||||
*/
|
||||
EnvVar["GO_BINARY_LOCATION"] = "CODEQL_ACTION_GO_BINARY";
|
||||
})(EnvVar || (exports.EnvVar = EnvVar = {}));
|
||||
//# sourceMappingURL=environment.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue