File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
3232
3333 steps :
34- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
34+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3535 - name : Set up JDK
3636 uses : actions/setup-java@v3
3737 with :
Original file line number Diff line number Diff line change 2323 if : github.repository_owner == 'mybatis'
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
26+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2727 - name : Set up JDK
2828 uses : actions/setup-java@v3
2929 with :
Original file line number Diff line number Diff line change 2626 if : github.repository_owner == 'mybatis'
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3030 with :
3131 # Disabling shallow clone is recommended for improving relevancy of reporting
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 2626 if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3030 - name : Set up JDK
3131 uses : actions/setup-java@v3
3232 with :
You can’t perform that action at this time.
0 commit comments