1111 timeout-minutes : 60
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
14+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515 with :
1616 persist-credentials : false
1717 - run : rustup toolchain install stable --profile minimal
4141 trivy :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
44+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4545 with :
4646 persist-credentials : false
4747
6060 cargo-audit :
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
63+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6464 with :
6565 persist-credentials : false
6666 - run : rustup toolchain install stable --profile minimal
7171 nitpicker :
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
74+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7575 with :
7676 persist-credentials : false
7777 - uses : ethanis/nitpicker@e891622bbd9a6ec97a473bcfacfca7332caf2862 # v1.7
8383 timeout-minutes : 60
8484 runs-on : ubuntu-latest
8585 steps :
86- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
86+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
8787 with :
8888 persist-credentials : false
8989 - uses : extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
@@ -102,7 +102,7 @@ jobs:
102102 CARGO_PROFILE_TEST_DEBUG : 0
103103 CARGO_TERM_COLOR : always
104104 steps :
105- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
105+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
106106 with :
107107 persist-credentials : false
108108 - run : rustup toolchain install stable --profile minimal
@@ -125,7 +125,7 @@ jobs:
125125 CARGO_PROFILE_TEST_DEBUG : 0
126126 CARGO_TERM_COLOR : always
127127 steps :
128- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
128+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
129129 with :
130130 persist-credentials : false
131131 - run : rustup toolchain install stable --profile minimal
@@ -153,7 +153,7 @@ jobs:
153153 CARGO_TERM_COLOR : always
154154 TOML_TRACE_ERROR : 1
155155 steps :
156- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
156+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
157157 with :
158158 persist-credentials : false
159159 - run : rustup toolchain install stable --profile minimal
@@ -189,7 +189,7 @@ jobs:
189189 FORK_URL_GNOSIS : ${{ secrets.FORK_URL_GNOSIS }}
190190 TOML_TRACE_ERROR : 1
191191 steps :
192- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
192+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
193193 with :
194194 persist-credentials : false
195195 - run : rustup toolchain install stable --profile minimal
@@ -222,7 +222,7 @@ jobs:
222222 CARGO_TERM_COLOR : always
223223 TOML_TRACE_ERROR : 1
224224 steps :
225- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
225+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
226226 with :
227227 persist-credentials : false
228228 - run : rustup toolchain install stable --profile minimal
@@ -243,7 +243,7 @@ jobs:
243243 timeout-minutes : 30
244244 runs-on : ubuntu-latest
245245 steps :
246- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
246+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
247247 with :
248248 persist-credentials : false
249249 - name : Build Solidity artifacts
@@ -264,7 +264,7 @@ jobs:
264264 timeout-minutes : 60
265265 runs-on : ubuntu-latest
266266 steps :
267- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
267+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
268268 with :
269269 persist-credentials : false
270270 - run : npm install @apidevtools/swagger-cli @stoplight/spectral-cli
@@ -289,7 +289,7 @@ jobs:
289289 FORK_URL_MAINNET : ${{ secrets.FORK_URL_MAINNET }}
290290 FORK_URL_GNOSIS : ${{ secrets.FORK_URL_GNOSIS }}
291291 steps :
292- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
292+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
293293 with :
294294 persist-credentials : false
295295 - run : rustup toolchain install stable --profile minimal
@@ -321,7 +321,7 @@ jobs:
321321 timeout-minutes : 60
322322 runs-on : ubuntu-latest
323323 steps :
324- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
324+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
325325 with :
326326 persist-credentials : false
327327 - run : rustup toolchain install stable --profile minimal
@@ -348,7 +348,7 @@ jobs:
348348 outputs :
349349 changed : ${{ steps.check.outputs.changed }}
350350 steps :
351- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
351+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
352352 with :
353353 persist-credentials : false
354354 - id : check
@@ -372,7 +372,7 @@ jobs:
372372 timeout-minutes : 60
373373 runs-on : ubuntu-latest
374374 steps :
375- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
375+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
376376 with :
377377 persist-credentials : false
378378 - run : rustup toolchain install stable --profile minimal
0 commit comments