File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
spring-security-advanced-authentication-ui Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 51
51
needs : [check-code]
52
52
timeout-minutes : 10
53
53
outputs :
54
- upload_url : ${{ steps.create_release .outputs.upload_url }}
54
+ upload_url : ${{ steps.create-release .outputs.upload_url }}
55
55
steps :
56
56
- uses : actions/checkout@v4
57
57
88
88
git push origin --tags
89
89
90
90
- name : Create Release
91
- id : create_release
91
+ id : create-release
92
92
uses : shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1
93
93
with :
94
94
tag_name : v${{ steps.version.outputs.release }}
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >com.puppycrawl.tools</groupId >
47
47
<artifactId >checkstyle</artifactId >
48
- <version >10.25 .0</version >
48
+ <version >10.26 .0</version >
49
49
</dependency >
50
50
</dependencies >
51
51
<configuration >
70
70
<plugin >
71
71
<groupId >org.apache.maven.plugins</groupId >
72
72
<artifactId >maven-pmd-plugin</artifactId >
73
- <version >3.26 .0</version >
73
+ <version >3.27 .0</version >
74
74
<configuration >
75
75
<includeTests >true</includeTests >
76
76
<printFailingErrors >true</printFailingErrors >
Original file line number Diff line number Diff line change 175
175
<plugin >
176
176
<groupId >org.codehaus.mojo</groupId >
177
177
<artifactId >flatten-maven-plugin</artifactId >
178
- <version >1.7.0 </version >
178
+ <version >1.7.1 </version >
179
179
<configuration >
180
180
<flattenMode >ossrh</flattenMode >
181
181
</configuration >
237
237
<dependency >
238
238
<groupId >com.puppycrawl.tools</groupId >
239
239
<artifactId >checkstyle</artifactId >
240
- <version >10.25 .0</version >
240
+ <version >10.26 .0</version >
241
241
</dependency >
242
242
</dependencies >
243
243
<configuration >
262
262
<plugin >
263
263
<groupId >org.apache.maven.plugins</groupId >
264
264
<artifactId >maven-pmd-plugin</artifactId >
265
- <version >3.26 .0</version >
265
+ <version >3.27 .0</version >
266
266
<configuration >
267
267
<includeTests >true</includeTests >
268
268
<printFailingErrors >true</printFailingErrors >
You can’t perform that action at this time.
0 commit comments