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 48
48
needs : [check-code]
49
49
timeout-minutes : 10
50
50
outputs :
51
- upload_url : ${{ steps.create_release .outputs.upload_url }}
51
+ upload_url : ${{ steps.create-release .outputs.upload_url }}
52
52
steps :
53
53
- uses : actions/checkout@v4
54
54
84
84
git push origin --tags
85
85
86
86
- name : Create Release
87
- id : create_release
87
+ id : create-release
88
88
uses : shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1
89
89
with :
90
90
tag_name : v${{ steps.version.outputs.release }}
Original file line number Diff line number Diff line change 155
155
<plugin >
156
156
<groupId >org.codehaus.mojo</groupId >
157
157
<artifactId >flatten-maven-plugin</artifactId >
158
- <version >1.7.0 </version >
158
+ <version >1.7.1 </version >
159
159
<configuration >
160
160
<flattenMode >ossrh</flattenMode >
161
161
</configuration >
217
217
<dependency >
218
218
<groupId >com.puppycrawl.tools</groupId >
219
219
<artifactId >checkstyle</artifactId >
220
- <version >10.25 .0</version >
220
+ <version >10.26 .0</version >
221
221
</dependency >
222
222
</dependencies >
223
223
<configuration >
242
242
<plugin >
243
243
<groupId >org.apache.maven.plugins</groupId >
244
244
<artifactId >maven-pmd-plugin</artifactId >
245
- <version >3.26 .0</version >
245
+ <version >3.27 .0</version >
246
246
<configuration >
247
247
<includeTests >true</includeTests >
248
248
<printFailingErrors >true</printFailingErrors >
Original file line number Diff line number Diff line change 88
88
<dependency >
89
89
<groupId >com.puppycrawl.tools</groupId >
90
90
<artifactId >checkstyle</artifactId >
91
- <version >10.25 .0</version >
91
+ <version >10.26 .0</version >
92
92
</dependency >
93
93
</dependencies >
94
94
<configuration >
113
113
<plugin >
114
114
<groupId >org.apache.maven.plugins</groupId >
115
115
<artifactId >maven-pmd-plugin</artifactId >
116
- <version >3.26 .0</version >
116
+ <version >3.27 .0</version >
117
117
<configuration >
118
118
<includeTests >true</includeTests >
119
119
<printFailingErrors >true</printFailingErrors >
You can’t perform that action at this time.
0 commit comments