File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 test-core :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1313 with :
1414 ref : ${{ github.event.pull_request.head.sha || github.sha }}
1515 - name : Setup Keyring
3030 matrix :
3131 shard : [a, b, c]
3232 steps :
33- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
33+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434 with :
3535 ref : ${{ github.event.pull_request.head.sha || github.sha }}
3636 - name : Setup Keyring
4747 test-canary :
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
50+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5151 with :
5252 ref : ${{ github.event.pull_request.head.sha || github.sha }}
5353 - name : Setup Keyring
Original file line number Diff line number Diff line change 1919 security-events : write
2020
2121 steps :
22- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323 with :
2424 ref : ${{ github.event.pull_request.head.sha }}
2525
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
41+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4242 with :
4343 ref : ${{ github.event.pull_request.head.sha || github.sha }}
4444
@@ -125,7 +125,7 @@ jobs:
125125
126126 steps :
127127 - name : Checkout repository
128- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
128+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
129129 with :
130130 ref : ${{ github.event.pull_request.head.sha || github.sha }}
131131
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525
2626 - name : Setup mise
2727 uses : jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
2525 - name : Setup mise
2626 uses : jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
Original file line number Diff line number Diff line change 5757
5858 steps :
5959 - name : Checkout repository
60- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
60+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6161
6262 - name : Setup mise
6363 uses : jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
1919
Original file line number Diff line number Diff line change 2424 owner : ${{ github.repository_owner }}
2525 repositories : cli
2626
27- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828 with :
2929 fetch-depth : 0
3030 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 1010 binary-size :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 2121 release :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 with :
2626 fetch-depth : 0
2727 ref : ${{ env.RELEASE_TAG }}
You can’t perform that action at this time.
0 commit comments