@@ -91,14 +91,14 @@ jobs:
9191 # https://github.com/actions/runner-images/issues/2840
9292 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
9393
94- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
94+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
9595 if : github.event_name != 'workflow_dispatch'
9696 with :
9797 fetch-depth : 0
9898 persist-credentials : false
9999
100100 - name : " checkout remote"
101- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
102102 if : github.event_name == 'workflow_dispatch'
103103 with :
104104 repository : ${{ inputs.repository }}
@@ -201,14 +201,14 @@ jobs:
201201 # https://github.com/actions/runner-images/issues/2840
202202 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
203203
204- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
204+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
205205 if : github.event_name != 'workflow_dispatch'
206206 with :
207207 fetch-depth : 0
208208 persist-credentials : false
209209
210210 - name : " checkout remote"
211- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
211+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
212212 if : github.event_name == 'workflow_dispatch'
213213 with :
214214 repository : ${{ inputs.repository }}
@@ -330,14 +330,14 @@ jobs:
330330 packages : read
331331
332332 steps :
333- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
333+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
334334 if : github.event_name != 'workflow_dispatch'
335335 with :
336336 fetch-depth : 0
337337 persist-credentials : false
338338
339339 - name : " checkout remote"
340- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
340+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
341341 if : github.event_name == 'workflow_dispatch'
342342 with :
343343 repository : ${{ inputs.repository }}
@@ -393,14 +393,14 @@ jobs:
393393 contents : read
394394
395395 steps :
396- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
396+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
397397 if : github.event_name != 'workflow_dispatch'
398398 with :
399399 fetch-depth : 0
400400 persist-credentials : false
401401
402402 - name : " checkout remote"
403- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
403+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
404404 if : github.event_name == 'workflow_dispatch'
405405 with :
406406 repository : ${{ inputs.repository }}
@@ -499,13 +499,13 @@ jobs:
499499 echo "Installing ${driver_pkg}"
500500 ./dbc install --no-verify "${driver_pkg}"
501501 echo "Installed ${driver_pkg}"
502- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
502+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
503503 if : github.event_name != 'workflow_dispatch'
504504 with :
505505 fetch-depth : 1
506506 persist-credentials : false
507507 - name : " checkout remote"
508- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
508+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
509509 if : github.event_name == 'workflow_dispatch'
510510 with :
511511 repository : ${{ inputs.repository }}
@@ -536,14 +536,14 @@ jobs:
536536 contents : read
537537
538538 steps :
539- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
539+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
540540 if : github.event_name != 'workflow_dispatch'
541541 with :
542542 fetch-depth : 0
543543 persist-credentials : false
544544
545545 - name : " checkout remote"
546- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
546+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
547547 if : github.event_name == 'workflow_dispatch'
548548 with :
549549 repository : ${{ inputs.repository }}
0 commit comments