File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3131 GH_TOKEN : " ${{ secrets.AUTO_RERUN || github.token }}"
3232 steps :
3333 - name : Host - Checkout action ${{ inputs.distinct_id }}
34- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
34+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3535 with :
3636 persist-credentials : false
3737
Original file line number Diff line number Diff line change 2121 steps :
2222 # Checkout the code
2323 - name : Checkout code
24- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
24+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2525 with :
2626 persist-credentials : false
2727
Original file line number Diff line number Diff line change 1414 sh-checker :
1515 runs-on : ubuntu-24.04-arm
1616 steps :
17- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
17+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1818 with :
1919 persist-credentials : false
2020
3434 security-events : write
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
37+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3838 with :
3939 persist-credentials : false
4040
4444 editorconfig-checker :
4545 runs-on : ubuntu-24.04-arm
4646 steps :
47- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
47+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4848 with :
4949 persist-credentials : false
5050
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout code
41- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
41+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4242 with :
4343 persist-credentials : false
4444
Original file line number Diff line number Diff line change 6969
7070 steps :
7171 - name : Checkout
72- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
72+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7373 with :
7474 persist-credentials : false
7575
Original file line number Diff line number Diff line change 5959
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
62+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6363 with :
6464 persist-credentials : false
6565
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294294 retries : ${{ github.event.inputs.retries || '1' }}
295295 distinct_id : ${{ github.event.inputs.distinct_id }}
296296 steps :
297- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
297+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
298298 with :
299299 persist-credentials : false
300300 - name : ci-auto-rerun-failed-jobs via ${{ env.github_repo || github.repository }}
Original file line number Diff line number Diff line change 4444 release_tags : ${{ steps.release_tags.outputs.release_tag }}
4545 steps :
4646 - name : Clone repository
47- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
47+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4848 with :
4949 persist-credentials : false
5050
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-24.04-arm
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
30+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3131 with :
3232 persist-credentials : false
3333
Original file line number Diff line number Diff line change 5252 - run : git config --global core.autocrlf input
5353
5454 - name : Checkout
55- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
55+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
5656 with :
5757 persist-credentials : false
5858
You can’t perform that action at this time.
0 commit comments