File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
42
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 12
12
if : startsWith(github.event.head_commit.message, '[maven-release-plugin]') != true
13
13
14
14
steps :
15
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
17
17
- name : Set up JDK 11
18
18
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
Original file line number Diff line number Diff line change 21
21
java : [11, 17, 21]
22
22
23
23
steps :
24
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
26
26
- name : Set up JDK ${{ matrix.java }}
27
27
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout project
13
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
13
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
14
with :
15
15
ref : main
16
16
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments