Skip to content

Commit 5507ab0

Browse files
authored
Bump pins in README (#90)
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 0dce257 commit 5507ab0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
actions: read # only needed for private or internal repos
8181
steps:
8282
- name: Checkout repository
83-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
83+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8484
with:
8585
persist-credentials: false
8686

8787
- name: Run zizmor 🌈
88-
uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
88+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
8989
```
9090
9191
### Usage without Github Advanced Security
@@ -115,12 +115,12 @@ jobs:
115115
actions: read # only needed for private or internal repos
116116
steps:
117117
- name: Checkout repository
118-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
118+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119
with:
120120
persist-credentials: false
121121
122122
- name: Run zizmor 🌈
123-
uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
123+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
124124
with:
125125
advanced-security: false
126126
```
@@ -140,7 +140,7 @@ repositories:
140140

141141
```yaml
142142
- name: Run zizmor 🌈
143-
uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
143+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
144144
with:
145145
inputs: |
146146
.github/workflows/fishy.yml

0 commit comments

Comments
 (0)