@@ -33,11 +33,11 @@ jobs:
3333 # - { os: windows-latest, ruby: mswin }
3434 steps :
3535 - name : Harden Runner
36- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
36+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3737 with :
3838 egress-policy : audit
3939
40- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141 with :
4242 persist-credentials : false
4343 - name : Set up Ruby
5050 run : bin/rake test
5151
5252 - name : Upload coverage reports to Codecov
53- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3 .1
53+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5 .1
5454 if : ${{ matrix.ruby }} == ${{ fromJson(needs.ruby-versions.outputs.latest) }} && ${{ matrix.os }} == "ubuntu-latest" && always()
5555 with :
5656 token : ${{ secrets.CODECOV_TOKEN }}
@@ -72,11 +72,11 @@ jobs:
7272 # - { os: windows-latest, ruby: mswin }
7373 steps :
7474 - name : Harden Runner
75- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
75+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
7676 with :
7777 egress-policy : audit
7878
79- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080 with :
8181 persist-credentials : false
8282 - name : Set up Ruby
@@ -115,11 +115,11 @@ jobs:
115115 # - { os: windows-latest, ruby: mswin }
116116 steps :
117117 - name : Harden Runner
118- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
118+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
119119 with :
120120 egress-policy : audit
121121
122- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
122+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
123123 with :
124124 persist-credentials : false
125125 - name : Set up Ruby
@@ -154,11 +154,11 @@ jobs:
154154 os : [ubuntu-latest]
155155 steps :
156156 - name : Harden Runner
157- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
157+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
158158 with :
159159 egress-policy : audit
160160
161- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
161+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
162162 with :
163163 persist-credentials : false
164164 - name : Set up Ruby
@@ -194,7 +194,7 @@ jobs:
194194
195195 steps :
196196 - name : Harden Runner
197- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
197+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
198198 with :
199199 egress-policy : audit
200200
@@ -209,11 +209,11 @@ jobs:
209209 name : Lint
210210 steps :
211211 - name : Harden Runner
212- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
212+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
213213 with :
214214 egress-policy : audit
215215
216- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
216+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
217217 with :
218218 persist-credentials : false
219219 - name : Set up Ruby
@@ -234,12 +234,12 @@ jobs:
234234 actions : read
235235 steps :
236236 - name : Checkout repository
237- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
237+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
238238 with :
239239 persist-credentials : false
240240
241241 - name : Install the latest version of uv
242- uses : astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3 # v5.0.1
242+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
243243
244244 - name : Run zizmor 🌈
245245 run : uvx zizmor --format sarif . > results.sarif
0 commit comments