File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5858
5959 steps :
6060 - name : Checkout ${{ inputs.distinct_id }}
61- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
61+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6262 with :
6363 persist-credentials : false
6464
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout ${{ inputs.distinct_id }}
32- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333 with :
3434 persist-credentials : false
3535
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818 with :
1919 persist-credentials : false
2020
3434 security-events : write
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3838 with :
3939 persist-credentials : false
4040
4444 editorconfig-checker :
4545 runs-on : ubuntu-24.04-arm
4646 steps :
47- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848 with :
4949 persist-credentials : false
5050
Original file line number Diff line number Diff line change 7272
7373 steps :
7474 - name : Checkout ${{ inputs.distinct_id }}
75- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
75+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7676 with :
7777 persist-credentials : false
7878
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 retries : ${{ github.event.inputs.retries || '1' }}
120120 distinct_id : ${{ github.event.inputs.distinct_id }}
121121 steps :
122- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
123123 with :
124124 persist-credentials : false
125125 - name : ci-auto-rerun-failed-jobs via ${{ env.github_repo || github.repository }}
Original file line number Diff line number Diff line change 2020 contents : read
2121 steps :
2222 - name : Checkout your repository using git
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424 with :
2525 persist-credentials : false
2626
Original file line number Diff line number Diff line change 4545 container_name : " build"
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4949 with :
5050 persist-credentials : false
5151
You can’t perform that action at this time.
0 commit comments