@@ -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
@@ -351,7 +351,7 @@ jobs:
351351 - name : Upload quick-feedback artifacts
352352 if : always()
353353 continue-on-error : true
354- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
354+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
355355 with :
356356 name : ci-quick-feedback-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
357357 retention-days : 14
@@ -484,7 +484,7 @@ jobs:
484484
485485 - name : Upload low-privilege artifacts
486486 if : always()
487- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
487+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
488488 with :
489489 name : ci-pr-low-priv-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
490490 retention-days : 14
@@ -496,7 +496,7 @@ jobs:
496496
497497 - name : Upload untrusted route report artifact
498498 if : always()
499- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
499+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
500500 with :
501501 name : ${{ steps.finalize_untrusted_route.outputs.route_report_artifact_name }}
502502 retention-days : 14
@@ -576,7 +576,7 @@ jobs:
576576
577577 - name : Upload policy/security artifacts
578578 if : always()
579- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
579+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
580580 with :
581581 name : ci-policy-and-security-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
582582 retention-days : 14
@@ -651,7 +651,7 @@ jobs:
651651
652652 - name : Upload core-tests artifacts
653653 if : always()
654- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
654+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
655655 with :
656656 name : ci-core-tests-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
657657 retention-days : 14
@@ -729,7 +729,7 @@ jobs:
729729
730730 - name : Upload ui-truth artifacts
731731 if : always()
732- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
732+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
733733 with :
734734 name : ci-ui-truth-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
735735 retention-days : 14
@@ -808,7 +808,7 @@ jobs:
808808
809809 - name : Upload resilience/E2E artifacts
810810 if : always()
811- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
811+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
812812 with :
813813 name : ci-resilience-and-e2e-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
814814 retention-days : 14
@@ -959,7 +959,7 @@ jobs:
959959
960960 - name : Upload release-evidence artifacts
961961 if : always()
962- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
962+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
963963 with :
964964 name : ci-release-evidence-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
965965 retention-days : 14
@@ -972,7 +972,7 @@ jobs:
972972
973973 - name : Upload trusted route report artifact
974974 if : always()
975- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
975+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
976976 with :
977977 name : ${{ steps.finalize_release_route.outputs.route_report_artifact_name }}
978978 retention-days : 14
@@ -1062,7 +1062,7 @@ jobs:
10621062
10631063 - name : Upload trusted PR route report artifact
10641064 if : always()
1065- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
1065+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
10661066 with :
10671067 name : ${{ steps.finalize_trusted_pr_route.outputs.route_report_artifact_name }}
10681068 retention-days : 14
0 commit comments