5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
53+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
5454 with :
5555 fetch-depth : 0 # fetch all history so multiple commits can be scanned
5656 - name : GitGuardian scan
@@ -120,7 +120,7 @@ jobs:
120120 sudo apt-get update
121121 sudo apt-get install -yq zstd
122122 sudo apt-get clean
123- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
123+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
124124 - name : Install Nix
125125 uses : DeterminateSystems/nix-installer-action@75ffa7fc743135e1db864b699d78402ccc8ed988 # ratchet:DeterminateSystems/nix-installer-action@main
126126 with :
@@ -180,7 +180,7 @@ jobs:
180180 sudo apt-get clean
181181
182182 - name : Setup build environment
183- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # ratchet:actions/checkout@ v4
183+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
184184 with :
185185 ref : ${{ needs.set-variables.outputs.checkout_ref }}
186186
@@ -209,7 +209,7 @@ jobs:
209209 group : debnix-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
210210 cancel-in-progress : true
211211 steps :
212- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
212+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
213213 - name : Tag Build and Push Testing Container
214214 uses : ./.github/actions/tag-build-push-container
215215 with :
@@ -230,7 +230,7 @@ jobs:
230230 group : debjupnix-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
231231 cancel-in-progress : true
232232 steps :
233- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
233+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
234234 - name : Tag Build and Push Testing Container
235235 uses : ./.github/actions/tag-build-push-container
236236 with :
@@ -254,7 +254,7 @@ jobs:
254254 group : debnixpod-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
255255 cancel-in-progress : true
256256 steps :
257- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
257+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
258258 - name : Tag Build and Push Testing Container
259259 uses : ./.github/actions/tag-build-push-container
260260 with :
@@ -299,7 +299,7 @@ jobs:
299299 released : ${{ steps.semantic-release.outputs.new_release_published }}
300300 git-head : ${{ steps.semantic-release.outputs.new_release_git_head }}
301301 steps :
302- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
302+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
303303 with :
304304 fetch-depth : ' 0'
305305
@@ -372,7 +372,7 @@ jobs:
372372 remove-docker-images : " true"
373373
374374 - name : Setup build environment
375- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # ratchet:actions/checkout@ v4
375+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
376376 with :
377377 ref : ${{ needs.release.outputs.git-tag }}
378378
@@ -408,7 +408,7 @@ jobs:
408408 group : publish-debnix-${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
409409 cancel-in-progress : true
410410 steps :
411- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
411+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
412412 with :
413413 ref : ${{ needs.release.outputs.git-tag }}
414414 - name : Tag Build and Push Testing Container
@@ -431,7 +431,7 @@ jobs:
431431 group : publish-debjupnix-${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
432432 cancel-in-progress : true
433433 steps :
434- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
434+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
435435 with :
436436 ref : ${{ needs.release.outputs.git-tag }}
437437 - name : Tag Build and Push Testing Container
@@ -458,7 +458,7 @@ jobs:
458458 group : publish-debnixpod-${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
459459 cancel-in-progress : true
460460 steps :
461- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
461+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
462462 with :
463463 ref : ${{ needs.release.outputs.git-tag }}
464464 - name : Tag Build and Push Testing Container
0 commit comments