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 }}
6262 fi
6363
6464 - name : (allure-report) Load test report history
65- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
65+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
6666 if : ${{ steps.e2e-report.outputs.exists == 'true' && !cancelled() }}
6767 continue-on-error : true
6868 with :
9999 permissions :
100100 contents : read
101101 steps :
102- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
102+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
103103 with :
104104 fetch-depth : 1
105105 ref : ${{ inputs.ref || github.ref }}
@@ -123,7 +123,7 @@ jobs:
123123 contents : write
124124 runs-on : ubuntu-latest
125125 steps :
126- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
126+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
127127 with :
128128 fetch-depth : 1
129129 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 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