@@ -119,7 +119,7 @@ jobs:
119119 printf "tests_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
120120 printf "tests_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
121121 - name : checkout repository actions for check
122- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
123123 with :
124124 persist-credentials : false
125125 ref : ${{ steps.load_build_info.outputs.build_sha }}
@@ -181,7 +181,7 @@ jobs:
181181 coverage_artifact_digest : ${{ steps.upload-test-tools.outputs.coverage_artifact_digest }}
182182 steps :
183183 - name : pre-checkout repository for actions
184- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
184+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
185185 with :
186186 persist-credentials : false
187187 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -443,7 +443,7 @@ jobs:
443443 doctests_artifact_digest : ${{ steps.doctests-reports-upload.outputs.artifact-digest }}
444444 steps :
445445 - name : pre-checkout repository for actions
446- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
446+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
447447 with :
448448 persist-credentials : false
449449 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -695,7 +695,7 @@ jobs:
695695 retention-days : 2
696696 overwrite : true
697697 - name : checkout repository actions for check
698- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
698+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
699699 with :
700700 persist-credentials : false
701701 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -769,7 +769,7 @@ jobs:
769769 VCS_COMMIT_ID : ${{ needs.check_mats.outputs.build_sha }}
770770 steps :
771771 - name : pre-checkout repository for actions
772- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
772+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
773773 with :
774774 persist-credentials : false
775775 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -848,7 +848,7 @@ jobs:
848848 integration_artifact_digest : ${{ steps.integration-reports-upload.outputs.artifact-digest }}
849849 steps :
850850 - name : pre-checkout repository for actions
851- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
851+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
852852 with :
853853 persist-credentials : false
854854 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -1243,7 +1243,7 @@ jobs:
12431243 retention-days : 2
12441244 overwrite : true
12451245 - name : checkout repository actions for check
1246- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1246+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
12471247 with :
12481248 persist-credentials : false
12491249 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -1316,7 +1316,7 @@ jobs:
13161316 LC_CTYPE : " en_US.utf-8"
13171317 steps :
13181318 - name : pre-checkout repository for actions
1319- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1319+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
13201320 with :
13211321 persist-credentials : false
13221322 ref : ${{ needs.check_mats.outputs.build_sha }}
@@ -1383,7 +1383,7 @@ jobs:
13831383
13841384 steps :
13851385 - name : pre-checkout repository for actions
1386- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1386+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
13871387 with :
13881388 persist-credentials : false
13891389 ref : ${{ needs.check_mats.outputs.build_sha }}
0 commit comments