@@ -172,7 +172,7 @@ jobs:
172172 CLOUD_BOOTSTRAP_ALLOWED : ${{ steps.decide.outputs.sensitive_dispatch_allowed }}
173173
174174 - name : Upload route seed artifact
175- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
175+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
176176 with :
177177 name : ci-route-seed-${{ github.run_id }}-${{ github.run_attempt }}
178178 retention-days : 14
@@ -343,7 +343,7 @@ jobs:
343343 - name : Upload quick-feedback artifacts
344344 if : always()
345345 continue-on-error : true
346- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
346+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
347347 with :
348348 name : ci-quick-feedback-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
349349 retention-days : 14
@@ -476,7 +476,7 @@ jobs:
476476
477477 - name : Upload low-privilege artifacts
478478 if : always()
479- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
479+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
480480 with :
481481 name : ci-pr-low-priv-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
482482 retention-days : 14
@@ -488,7 +488,7 @@ jobs:
488488
489489 - name : Upload untrusted route report artifact
490490 if : always()
491- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
491+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
492492 with :
493493 name : ${{ steps.finalize_untrusted_route.outputs.route_report_artifact_name }}
494494 retention-days : 14
@@ -568,7 +568,7 @@ jobs:
568568
569569 - name : Upload policy/security artifacts
570570 if : always()
571- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
571+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
572572 with :
573573 name : ci-policy-and-security-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
574574 retention-days : 14
@@ -643,7 +643,7 @@ jobs:
643643
644644 - name : Upload core-tests artifacts
645645 if : always()
646- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
646+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
647647 with :
648648 name : ci-core-tests-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
649649 retention-days : 14
@@ -721,7 +721,7 @@ jobs:
721721
722722 - name : Upload ui-truth artifacts
723723 if : always()
724- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
724+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
725725 with :
726726 name : ci-ui-truth-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
727727 retention-days : 14
@@ -800,7 +800,7 @@ jobs:
800800
801801 - name : Upload resilience/E2E artifacts
802802 if : always()
803- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
803+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
804804 with :
805805 name : ci-resilience-and-e2e-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
806806 retention-days : 14
@@ -951,7 +951,7 @@ jobs:
951951
952952 - name : Upload release-evidence artifacts
953953 if : always()
954- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
954+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
955955 with :
956956 name : ci-release-evidence-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
957957 retention-days : 14
@@ -964,7 +964,7 @@ jobs:
964964
965965 - name : Upload trusted route report artifact
966966 if : always()
967- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
967+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
968968 with :
969969 name : ${{ steps.finalize_release_route.outputs.route_report_artifact_name }}
970970 retention-days : 14
@@ -1054,7 +1054,7 @@ jobs:
10541054
10551055 - name : Upload trusted PR route report artifact
10561056 if : always()
1057- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
1057+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
10581058 with :
10591059 name : ${{ steps.finalize_trusted_pr_route.outputs.route_report_artifact_name }}
10601060 retention-days : 14
0 commit comments