Make Go binary path check unconditional
This commit is contained in:
parent
632d58cb60
commit
325a0b06e9
6 changed files with 78 additions and 58 deletions
5
lib/environment.js
generated
5
lib/environment.js
generated
|
|
@ -52,9 +52,8 @@ var EnvVar;
|
|||
*/
|
||||
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.
|
||||
* The path where we initially discovered the Go binary in the system path.
|
||||
* 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 = {}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue