Update documentation
This commit is contained in:
parent
7311df63a5
commit
329417f094
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ From a security perspective it's good practice to fork third-party actions, revi
|
|||
By using third-party actions directly the risk exists that it could be modified to do something malicious, such as capturing secrets.
|
||||
|
||||
Alternatively, use the action directly and reference the commit hash for the version you want to target.
|
||||
```
|
||||
```yml
|
||||
- uses: thirdparty/foo-action@172ec762f2ac8e050062398456fccd30444f8f30
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue