@@ -92,14 +92,14 @@ jobs:
9292 # https://github.com/actions/runner-images/issues/2840
9393 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
9494
95- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
95+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
9696 if : github.event_name != 'workflow_dispatch'
9797 with :
9898 fetch-depth : 0
9999 persist-credentials : false
100100
101101 - name : " checkout remote"
102- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
102+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
103103 if : github.event_name == 'workflow_dispatch'
104104 with :
105105 repository : ${{ inputs.repository }}
@@ -195,14 +195,14 @@ jobs:
195195 # https://github.com/actions/runner-images/issues/2840
196196 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
197197
198- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
198+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
199199 if : github.event_name != 'workflow_dispatch'
200200 with :
201201 fetch-depth : 0
202202 persist-credentials : false
203203
204204 - name : " checkout remote"
205- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
205+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
206206 if : github.event_name == 'workflow_dispatch'
207207 with :
208208 repository : ${{ inputs.repository }}
@@ -309,14 +309,14 @@ jobs:
309309 packages : read
310310
311311 steps :
312- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
312+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
313313 if : github.event_name != 'workflow_dispatch'
314314 with :
315315 fetch-depth : 0
316316 persist-credentials : false
317317
318318 - name : " checkout remote"
319- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
319+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
320320 if : github.event_name == 'workflow_dispatch'
321321 with :
322322 repository : ${{ inputs.repository }}
@@ -372,14 +372,14 @@ jobs:
372372 contents : read
373373
374374 steps :
375- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
375+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
376376 if : github.event_name != 'workflow_dispatch'
377377 with :
378378 fetch-depth : 0
379379 persist-credentials : false
380380
381381 - name : " checkout remote"
382- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
382+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
383383 if : github.event_name == 'workflow_dispatch'
384384 with :
385385 repository : ${{ inputs.repository }}
@@ -449,14 +449,14 @@ jobs:
449449 contents : read
450450
451451 steps :
452- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
452+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
453453 if : github.event_name != 'workflow_dispatch'
454454 with :
455455 fetch-depth : 0
456456 persist-credentials : false
457457
458458 - name : " checkout remote"
459- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
459+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
460460 if : github.event_name == 'workflow_dispatch'
461461 with :
462462 repository : ${{ inputs.repository }}
0 commit comments