File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
- name : Set up JDK
30
30
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
31
31
with :
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@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
42
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
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