mirror of
https://github.com/github/codeql.git
synced 2025-12-28 06:36:33 +01:00
fix variable name
This commit is contained in:
@@ -20,7 +20,7 @@ Do not allow untrusted data to influence the system PATH: Avoid using untrusted
|
||||
|
||||
### Incorrect Usage
|
||||
|
||||
Consider the following basic setup where an environment variable `MYVAR` is set and used in different steps:
|
||||
Consider the following basic setup where an environment variable `PATH` is set:
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
|
||||
@@ -20,7 +20,7 @@ Do not allow untrusted data to influence the system PATH: Avoid using untrusted
|
||||
|
||||
### Incorrect Usage
|
||||
|
||||
Consider the following basic setup where an environment variable `MYVAR` is set and used in different steps:
|
||||
Consider the following basic setup where an environment variable `PATH` is set:
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user