File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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 44
44
<dependency >
45
45
<groupId >com.puppycrawl.tools</groupId >
46
46
<artifactId >checkstyle</artifactId >
47
- <version >10.25 .0</version >
47
+ <version >10.26 .0</version >
48
48
</dependency >
49
49
</dependencies >
50
50
<configuration >
69
69
<plugin >
70
70
<groupId >org.apache.maven.plugins</groupId >
71
71
<artifactId >maven-pmd-plugin</artifactId >
72
- <version >3.26 .0</version >
72
+ <version >3.27 .0</version >
73
73
<configuration >
74
74
<includeTests >true</includeTests >
75
75
<printFailingErrors >true</printFailingErrors >
Original file line number Diff line number Diff line change 223
223
<plugin >
224
224
<groupId >org.codehaus.mojo</groupId >
225
225
<artifactId >flatten-maven-plugin</artifactId >
226
- <version >1.7.0 </version >
226
+ <version >1.7.1 </version >
227
227
<configuration >
228
228
<flattenMode >ossrh</flattenMode >
229
229
</configuration >
285
285
<dependency >
286
286
<groupId >com.puppycrawl.tools</groupId >
287
287
<artifactId >checkstyle</artifactId >
288
- <version >10.25 .0</version >
288
+ <version >10.26 .0</version >
289
289
</dependency >
290
290
</dependencies >
291
291
<configuration >
310
310
<plugin >
311
311
<groupId >org.apache.maven.plugins</groupId >
312
312
<artifactId >maven-pmd-plugin</artifactId >
313
- <version >3.26 .0</version >
313
+ <version >3.27 .0</version >
314
314
<configuration >
315
315
<includeTests >true</includeTests >
316
316
<printFailingErrors >true</printFailingErrors >
You can’t perform that action at this time.
0 commit comments