3939 env :
4040 RUSTFLAGS : ${{ matrix.rust == 'nightly' && '-Zpanic_abort_tests -C panic=abort' || '' }}
4141 steps :
42- - uses : mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
42+ - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
4343 - uses : ./.github/actions/setup
4444 with :
4545 rust-version : ${{ matrix.rust }}
8484 runs-on : ${{ matrix.os }}
8585 name : build mitmproxy-rs (${{ matrix.name }})
8686 steps :
87- - uses : mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
87+ - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
8888 - uses : ./.github/actions/setup
8989 with :
9090 extra-targets : ${{ matrix.target }}
@@ -115,7 +115,7 @@ jobs:
115115 build-macos-app :
116116 runs-on : macos-latest
117117 steps :
118- - uses : mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
118+ - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
119119 - if : ${{ !startsWith(github.ref, 'refs/tags/') }} # harden against cache poisoning
120120 uses : actions/cache@v4
121121 id : cache-app
@@ -141,7 +141,7 @@ jobs:
141141 runs-on : windows-latest
142142 name : build mitmproxy-windows
143143 steps :
144- - uses : mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
144+ - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
145145 - uses : ./.github/actions/setup
146146 - uses : install-pinned/build@80919007c59a8977ba4eedf1f3234e73f674aa2e
147147
@@ -158,7 +158,7 @@ jobs:
158158 needs : build-macos-app
159159 runs-on : macos-latest
160160 steps :
161- - uses : mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
161+ - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
162162 - uses : ./.github/actions/setup
163163 with :
164164 extra-targets : aarch64-apple-darwin x86_64-apple-darwin
@@ -192,7 +192,7 @@ jobs:
192192 args : --compatibility manylinux2014 --zig
193193 runs-on : ${{ matrix.os }}
194194 steps :
195- - uses : mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
195+ - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
196196 - uses : ./.github/actions/setup
197197 - name : Install maturin[zig] from PyPI
198198 uses : install-pinned/maturin-with-zig@b1490b711b58bce2e99c1b49957651fefa9ed6b1
@@ -209,7 +209,7 @@ jobs:
209209 needs : build-linux-wheel
210210 runs-on : ubuntu-latest
211211 steps :
212- - uses : mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
212+ - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
213213 - uses : ./.github/actions/setup
214214 - uses : actions/download-artifact@v4
215215 with :
@@ -226,12 +226,12 @@ jobs:
226226 - build-windows-wheel
227227 - build-linux-wheel
228228 - build-macos-wheel
229- uses : mhils/workflows/.github/workflows/alls-green.yml@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
229+ uses : mhils/workflows/.github/workflows/alls-green.yml@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
230230 with :
231231 jobs : ${{ toJSON(needs) }}
232232
233233 deploy :
234- uses : mhils/workflows/.github/workflows/python-deploy.yml@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
234+ uses : mhils/workflows/.github/workflows/python-deploy.yml@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
235235 needs : check
236236 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
237237 with :
0 commit comments