@@ -151,7 +151,7 @@ jobs:
151151 ref : v4
152152 - uses : dtolnay/rust-toolchain@stable
153153 - name : Cache cargo (sindri build)
154- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
154+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
155155 with :
156156 path : |
157157 ~/.cargo/registry
@@ -175,7 +175,7 @@ jobs:
175175 fi
176176 - name : Upload lint report
177177 if : always()
178- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
178+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
179179 with :
180180 name : registry-lint-report
181181 path : v4/lint-report.json
@@ -204,7 +204,7 @@ jobs:
204204 ref : v4
205205 - uses : dtolnay/rust-toolchain@stable
206206 - name : Cache cargo (sindri build)
207- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
207+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
208208 with :
209209 path : |
210210 ~/.cargo/registry
@@ -283,7 +283,7 @@ jobs:
283283 python-version : " 3.12"
284284
285285 - name : Cache ScanCode pip install
286- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
286+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
287287 with :
288288 path : ~/.cache/pip
289289 key : ${{ runner.os }}-scancode-32.x
@@ -395,7 +395,7 @@ jobs:
395395
396396 - name : Upload ScanCode report
397397 if : ${{ always() || github.event.inputs.debug_scancode == 'true' }}
398- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
398+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
399399 with :
400400 name : scancode-license-report
401401 path : |
@@ -421,7 +421,7 @@ jobs:
421421 ref : v4
422422 - uses : dtolnay/rust-toolchain@stable
423423 - name : Cache cargo (sindri build)
424- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
424+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
425425 with :
426426 path : |
427427 ~/.cargo/registry
@@ -465,7 +465,7 @@ jobs:
465465 test -s "$out" || { echo "::error::index.yaml is empty"; exit 1; }
466466 echo "index-path=v4/$out" >> "$GITHUB_OUTPUT"
467467 - name : Upload generated index
468- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
468+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
469469 with :
470470 name : registry-core-index
471471 path : v4/registry-core/index.yaml
@@ -483,7 +483,7 @@ jobs:
483483 if : ${{ needs.resolve-tag.outputs.dry_run == 'false' }}
484484 steps :
485485 - name : Install oras
486- uses : oras-project/setup-oras@22ce207df3b08e061f537244349aac6ae1d214f6 # v1.2.4
486+ uses : oras-project/setup-oras@38de303aac69abb66f3e6255b7198bff35f323e3 # v2.0.0
487487 with :
488488 version : ${{ env.ORAS_VERSION }}
489489 - name : Login to ghcr.io (read)
@@ -523,7 +523,7 @@ jobs:
523523 name : registry-core-index
524524 path : v4/registry-core/
525525 - name : Install oras
526- uses : oras-project/setup-oras@22ce207df3b08e061f537244349aac6ae1d214f6 # v1.2.4
526+ uses : oras-project/setup-oras@38de303aac69abb66f3e6255b7198bff35f323e3 # v2.0.0
527527 with :
528528 version : ${{ env.ORAS_VERSION }}
529529 - name : Login to ghcr.io
@@ -638,7 +638,7 @@ jobs:
638638
639639 - name : Generate SLSA provenance attestation
640640 id : attest
641- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
641+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1 .0
642642 with :
643643 # Subject is the OCI artifact identified by its manifest digest.
644644 # We provide both the digest (for OCI attestation lookup) and the
@@ -653,7 +653,7 @@ jobs:
653653 show-summary : true
654654
655655 - name : Upload attestation bundle
656- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
656+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
657657 with :
658658 name : slsa-provenance-bundle
659659 path : ${{ steps.attest.outputs.bundle-path }}
@@ -757,7 +757,7 @@ jobs:
757757
758758 - name : Upload verification result
759759 if : always()
760- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
760+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
761761 with :
762762 name : attestation-verify-result
763763 path : attestation-verify-result.json
0 commit comments