File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
env :
26
26
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
27
27
steps :
28
- - uses : actions/checkout@v4.1.1
28
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
29
- name : Set up JDK
30
- uses : actions/setup-java@v3.13.0
30
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
31
31
with :
32
32
distribution : " temurin"
33
33
java-version : ${{ matrix.java_version }}
39
39
run : ./mvnw -B -q -ff -ntp test
40
40
- name : Publish code coverage
41
41
if : github.event_name != 'pull_request' && matrix.java_version == '8'
42
- uses : codecov/codecov-action@v3
42
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
43
43
with :
44
44
token : ${{ secrets.CODECOV_TOKEN }}
45
45
file : ./target/site/jacoco/jacoco.xml
You can’t perform that action at this time.
0 commit comments