File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 needs : [check-code]
5252 timeout-minutes : 10
5353 outputs :
54- upload_url : ${{ steps.create_release .outputs.upload_url }}
54+ upload_url : ${{ steps.create-release .outputs.upload_url }}
5555 steps :
5656 - uses : actions/checkout@v4
5757
8888 git push origin --tags
8989
9090 - name : Create Release
91- id : create_release
91+ id : create-release
9292 uses : shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1
9393 with :
9494 tag_name : v${{ steps.version.outputs.release }}
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >com.puppycrawl.tools</groupId >
4646 <artifactId >checkstyle</artifactId >
47- <version >10.25 .0</version >
47+ <version >10.26 .0</version >
4848 </dependency >
4949 </dependencies >
5050 <configuration >
6969 <plugin >
7070 <groupId >org.apache.maven.plugins</groupId >
7171 <artifactId >maven-pmd-plugin</artifactId >
72- <version >3.26 .0</version >
72+ <version >3.27 .0</version >
7373 <configuration >
7474 <includeTests >true</includeTests >
7575 <printFailingErrors >true</printFailingErrors >
Original file line number Diff line number Diff line change 223223 <plugin >
224224 <groupId >org.codehaus.mojo</groupId >
225225 <artifactId >flatten-maven-plugin</artifactId >
226- <version >1.7.0 </version >
226+ <version >1.7.1 </version >
227227 <configuration >
228228 <flattenMode >ossrh</flattenMode >
229229 </configuration >
285285 <dependency >
286286 <groupId >com.puppycrawl.tools</groupId >
287287 <artifactId >checkstyle</artifactId >
288- <version >10.25 .0</version >
288+ <version >10.26 .0</version >
289289 </dependency >
290290 </dependencies >
291291 <configuration >
310310 <plugin >
311311 <groupId >org.apache.maven.plugins</groupId >
312312 <artifactId >maven-pmd-plugin</artifactId >
313- <version >3.26 .0</version >
313+ <version >3.27 .0</version >
314314 <configuration >
315315 <includeTests >true</includeTests >
316316 <printFailingErrors >true</printFailingErrors >
You can’t perform that action at this time.
0 commit comments