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 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 264
264
<plugin >
265
265
<groupId >org.codehaus.mojo</groupId >
266
266
<artifactId >flatten-maven-plugin</artifactId >
267
- <version >1.7.0 </version >
267
+ <version >1.7.1 </version >
268
268
<configuration >
269
269
<flattenMode >ossrh</flattenMode >
270
270
</configuration >
326
326
<dependency >
327
327
<groupId >com.puppycrawl.tools</groupId >
328
328
<artifactId >checkstyle</artifactId >
329
- <version >10.25 .0</version >
329
+ <version >10.26 .0</version >
330
330
</dependency >
331
331
</dependencies >
332
332
<configuration >
351
351
<plugin >
352
352
<groupId >org.apache.maven.plugins</groupId >
353
353
<artifactId >maven-pmd-plugin</artifactId >
354
- <version >3.26 .0</version >
354
+ <version >3.27 .0</version >
355
355
<configuration >
356
356
<includeTests >true</includeTests >
357
357
<printFailingErrors >true</printFailingErrors >
You can’t perform that action at this time.
0 commit comments