File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
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 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 5757
5858 steps :
5959 - name : Host - Checkout action
60- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
60+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6161 with :
6262 persist-credentials : false
6363
@@ -206,7 +206,7 @@ jobs:
206206 qt_version : ${{ needs.build.outputs.qt_version }}
207207 steps :
208208 - name : Checkout
209- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
209+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
210210 with :
211211 persist-credentials : false
212212
@@ -246,7 +246,7 @@ jobs:
246246 retries : ${{ github.event.inputs.retries || '1' }}
247247 distinct_id : ${{ github.event.inputs.distinct_id }}
248248 steps :
249- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
249+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
250250 with :
251251 persist-credentials : false
252252 - name : ci-auto-rerun-failed-jobs via ${{ env.github_repo || github.repository }}
You can’t perform that action at this time.
0 commit comments