9494 fi
9595 - name : " Fetch MATs Info"
9696 if : ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }}
97- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
97+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
9898 with :
9999 path : " multicast-info.txt"
100100 pattern : multicast-info-*
@@ -118,7 +118,7 @@ jobs:
118118 printf "tests_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
119119 printf "tests_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
120120 - name : checkout repository actions for check
121- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122122 with :
123123 persist-credentials : false
124124 ref : ${{ steps.load_build_info.outputs.build_sha }}
@@ -178,7 +178,7 @@ jobs:
178178 coverage_artifact_digest : ${{ steps.upload-test-tools.outputs.coverage_artifact_digest }}
179179 steps :
180180 - name : pre-checkout repository for actions
181- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
181+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
182182 with :
183183 persist-credentials : false
184184 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -440,7 +440,7 @@ jobs:
440440 doctests_artifact_digest : ${{ steps.doctests-reports-upload.outputs.artifact-digest }}
441441 steps :
442442 - name : pre-checkout repository for actions
443- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
443+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
444444 with :
445445 persist-credentials : false
446446 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -644,7 +644,7 @@ jobs:
644644 if : ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.COVERAGE.outputs.coverage_outcome != 'cancelled') }}
645645 steps :
646646 - name : Download All Artifacts
647- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
647+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
648648 with :
649649 path : ${{ github.workspace }}/COVERAGE
650650 pattern : multicast-coverage-${{ needs.check_mats.outputs.build_sha }}-part-*
@@ -692,7 +692,7 @@ jobs:
692692 retention-days : 2
693693 overwrite : true
694694 - name : checkout repository actions for check
695- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
695+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
696696 with :
697697 persist-credentials : false
698698 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -709,7 +709,7 @@ jobs:
709709 - name : " Download Status Summary Artifact"
710710 id : download-coverage-summary
711711 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
712- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
712+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
713713 with :
714714 name : COVERAGE-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }}
715715 github-token : ${{ github.token }}
@@ -766,7 +766,7 @@ jobs:
766766 VCS_COMMIT_ID : ${{ needs.check_mats.outputs.build_sha }}
767767 steps :
768768 - name : pre-checkout repository for actions
769- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
769+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
770770 with :
771771 persist-credentials : false
772772 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -845,7 +845,7 @@ jobs:
845845 integration_artifact_digest : ${{ steps.integration-reports-upload.outputs.artifact-digest }}
846846 steps :
847847 - name : pre-checkout repository for actions
848- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
848+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
849849 with :
850850 persist-credentials : false
851851 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -1176,7 +1176,7 @@ jobs:
11761176 if : ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.INTEGRATION.outputs.integration_outcome != 'cancelled') }}
11771177 steps :
11781178 - name : Download All Artifacts
1179- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
1179+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
11801180 with :
11811181 path : ${{ github.workspace }}/EXTRAS
11821182 pattern : multicast-integration-${{ needs.check_mats.outputs.build_sha }}-part-*
@@ -1240,7 +1240,7 @@ jobs:
12401240 retention-days : 2
12411241 overwrite : true
12421242 - name : checkout repository actions for check
1243- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1243+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12441244 with :
12451245 persist-credentials : false
12461246 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -1272,7 +1272,7 @@ jobs:
12721272 - name : " Download Status Summary Artifact"
12731273 id : download-integration-summary
12741274 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
1275- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
1275+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
12761276 with :
12771277 name : INTEGRATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }}
12781278 github-token : ${{ github.token }}
@@ -1313,7 +1313,7 @@ jobs:
13131313 LC_CTYPE : " en_US.utf-8"
13141314 steps :
13151315 - name : pre-checkout repository for actions
1316- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1316+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13171317 with :
13181318 persist-credentials : false
13191319 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -1380,7 +1380,7 @@ jobs:
13801380
13811381 steps :
13821382 - name : pre-checkout repository for actions
1383- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1383+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13841384 with :
13851385 persist-credentials : false
13861386 ref : ${{ needs.check_mats.outputs.build_sha }}
0 commit comments