File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 checks : write
2727 pull-requests : write
2828 steps :
29- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
3030 with :
3131 fetch-depth : 0
3232 ref : ${{ inputs.ref || github.ref }}
6363 fi
6464
6565 - name : (allure-report) Load test report history
66- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
66+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
6767 if : ${{ steps.e2e-report.outputs.exists == 'true' && !cancelled() }}
6868 continue-on-error : true
6969 with :
@@ -100,7 +100,7 @@ jobs:
100100 permissions :
101101 contents : read
102102 steps :
103- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
103+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
104104 with :
105105 fetch-depth : 1
106106 ref : ${{ inputs.ref || github.ref }}
@@ -125,7 +125,7 @@ jobs:
125125 contents : write
126126 runs-on : ubuntu-latest
127127 steps :
128- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
128+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
129129 with :
130130 fetch-depth : 1
131131 ref : ${{ inputs.ref || github.ref }}
Original file line number Diff line number Diff line change 4747
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
50+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
5151 with :
5252 fetch-depth : 1
5353
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2020
2121 - name : Dependency Review
2222 uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
Original file line number Diff line number Diff line change 1818 outputs :
1919 dev-version : ${{ steps.gen.outputs.DEV_VERSION }}
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 3232 permissions :
3333 contents : write
3434 steps :
35- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
35+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
3636 with :
3737 fetch-depth : 1
3838
Original file line number Diff line number Diff line change 6060 targetOSAndARCH : window-amd64
6161 runs-on : ${{ matrix.os }}
6262 steps :
63- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
63+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
6464 with :
6565 fetch-depth : 1
6666
@@ -160,7 +160,7 @@ jobs:
160160 permissions :
161161 contents : write
162162 steps :
163- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
163+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
164164 if : ${{ !inputs.prerelease }}
165165 with :
166166 fetch-depth : 1
@@ -209,7 +209,7 @@ jobs:
209209 shell : bash
210210 working-directory : ${{ env.ROOT_DIR }}
211211 steps :
212- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
212+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
213213 with :
214214 fetch-depth : 1
215215
Original file line number Diff line number Diff line change 2121 outputs :
2222 dev-version : ${{ steps.gen.outputs.DEV_VERSION }}
2323 steps :
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2525 with :
2626 fetch-depth : 0
2727
You can’t perform that action at this time.
0 commit comments