File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
28
28
# Initializes the CodeQL tools for scanning.
29
29
- name : Initialize CodeQL
30
- uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
30
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
31
31
with :
32
32
languages : ${{ matrix.language }}
33
33
34
34
- name : Autobuild
35
- uses : github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
35
+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
36
36
37
37
- name : Perform CodeQL Analysis
38
- uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
38
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
Original file line number Diff line number Diff line change 20
20
env :
21
21
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
22
22
steps :
23
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
- name : Set up JDK
25
25
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
26
26
with :
Original file line number Diff line number Diff line change 20
20
env :
21
21
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
22
22
steps :
23
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
with :
25
25
ref : master
26
26
- name : Set up JDK
Original file line number Diff line number Diff line change 37
37
env :
38
38
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
39
39
steps :
40
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
41
- name : Set up JDK
42
42
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
43
43
with :
71
71
run : ./mvnw -B -q -ff -ntp test
72
72
- name : Publish code coverage
73
73
if : ${{ github.event_name != 'pull_request' && matrix.release_build }}
74
- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
74
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
75
75
with :
76
76
token : ${{ secrets.CODECOV_TOKEN }}
77
77
file : ./target/site/jacoco/jacoco.xml
You can’t perform that action at this time.
0 commit comments