Skip to content

Commit 484c279

Browse files
committed
Update README.md
1 parent 4c8582f commit 484c279

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ To integrate Harden-Runner, follow these steps:
6666
- Add the following code as the first step in each job:
6767
```yaml
6868
steps:
69-
- uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
69+
- name: Harden Runner
70+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
7071
with:
7172
egress-policy: audit
7273

0 commit comments

Comments
 (0)