File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
if : (!startsWith(github.ref, 'refs/tags/'))
35
35
run : git fetch --tag --unshallow
36
36
- name : Set up JDK
37
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
37
+ uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
38
38
with :
39
39
java-version : ' 17'
40
40
distribution : ' adopt'
74
74
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
75
75
- uses : gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
76
76
- name : Set up JDK
77
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
77
+ uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
78
78
with :
79
79
java-version : ' 17'
80
80
distribution : ' adopt'
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
- name : Set up JDK
27
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
27
+ uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
28
28
with :
29
29
java-version : ' 17'
30
30
distribution : ' adopt'
47
47
steps :
48
48
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
49
- name : Set up JDK
50
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
50
+ uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
51
51
with :
52
52
java-version : ' 17'
53
53
distribution : ' adopt'
74
74
steps :
75
75
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
76
76
- name : Set up JDK
77
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
77
+ uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
78
78
with :
79
79
java-version : ' 17'
80
80
distribution : ' adopt'
@@ -103,7 +103,7 @@ jobs:
103
103
steps :
104
104
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
105
105
- name : Set up JDK
106
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
106
+ uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
107
107
with :
108
108
java-version : ' 17'
109
109
distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments