File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
spring-security-advanced-authentication-ui Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- name : Link Checker
21
21
id : lychee
22
- uses : lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # v2
22
+ uses : lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2
23
23
with :
24
24
fail : false # Don't fail on broken links, create an issue instead
25
25
Original file line number Diff line number Diff line change 36
36
- uses : actions/checkout@v5
37
37
38
38
- name : Set up JDK
39
- uses : actions/setup-java@v4
39
+ uses : actions/setup-java@v5
40
40
with :
41
41
distribution : ${{ matrix.distribution }}
42
42
java-version : ${{ matrix.java }}
84
84
- uses : actions/checkout@v5
85
85
86
86
- name : Set up JDK
87
- uses : actions/setup-java@v4
87
+ uses : actions/setup-java@v5
88
88
with :
89
89
distribution : ${{ matrix.distribution }}
90
90
java-version : ${{ matrix.java }}
@@ -107,7 +107,7 @@ jobs:
107
107
- uses : actions/checkout@v5
108
108
109
109
- name : Set up JDK
110
- uses : actions/setup-java@v4
110
+ uses : actions/setup-java@v5
111
111
with :
112
112
distribution : ${{ matrix.distribution }}
113
113
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v5
20
20
21
21
- name : Set up JDK
22
- uses : actions/setup-java@v4
22
+ uses : actions/setup-java@v5
23
23
with :
24
24
java-version : ' 17'
25
25
distribution : ' temurin'
@@ -114,7 +114,7 @@ jobs:
114
114
git pull
115
115
116
116
- name : Set up JDK
117
- uses : actions/setup-java@v4
117
+ uses : actions/setup-java@v5
118
118
with : # running setup-java overwrites the settings.xml
119
119
distribution : ' temurin'
120
120
java-version : ' 17'
@@ -131,7 +131,7 @@ jobs:
131
131
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
132
132
133
133
- name : Set up JDK
134
- uses : actions/setup-java@v4
134
+ uses : actions/setup-java@v5
135
135
with : # running setup-java again overwrites the settings.xml
136
136
distribution : ' temurin'
137
137
java-version : ' 17'
@@ -162,7 +162,7 @@ jobs:
162
162
git pull
163
163
164
164
- name : Setup - Java
165
- uses : actions/setup-java@v4
165
+ uses : actions/setup-java@v5
166
166
with :
167
167
java-version : ' 17'
168
168
distribution : ' temurin'
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v5
15
15
16
16
- name : Set up JDK
17
- uses : actions/setup-java@v4
17
+ uses : actions/setup-java@v5
18
18
with : # running setup-java overwrites the settings.xml
19
19
distribution : ' temurin'
20
20
java-version : ' 17'
31
31
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
32
32
33
33
- name : Set up JDK
34
- uses : actions/setup-java@v4
34
+ uses : actions/setup-java@v5
35
35
with : # running setup-java again overwrites the settings.xml
36
36
distribution : ' temurin'
37
37
java-version : ' 17'
Original file line number Diff line number Diff line change 130
130
<plugin >
131
131
<groupId >org.apache.maven.plugins</groupId >
132
132
<artifactId >maven-javadoc-plugin</artifactId >
133
- <version >3.11.2 </version >
133
+ <version >3.11.3 </version >
134
134
<executions >
135
135
<execution >
136
136
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments