File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 - name : Link Checker
2121 id : lychee
22- uses : lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2
22+ uses : lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
2323 with :
2424 fail : false # Don't fail on broken links, create an issue instead
2525
Original file line number Diff line number Diff line change 5050 run : ./gradlew build buildPlugin --info --stacktrace
5151
5252 - name : Try upload test reports when failure occurs
53- uses : actions/upload-artifact@v6
53+ uses : actions/upload-artifact@v7
5454 if : failure()
5555 with :
5656 name : test-reports-${{ matrix.java }}
7575 fi
7676
7777 - name : Upload plugin files
78- uses : actions/upload-artifact@v6
78+ uses : actions/upload-artifact@v7
7979 with :
8080 name : plugin-files-java-${{ matrix.java }}
8181 path : build/distributions/*.zip
@@ -143,7 +143,7 @@ jobs:
143143
144144 - name : Upload report
145145 if : always()
146- uses : actions/upload-artifact@v6
146+ uses : actions/upload-artifact@v7
147147 with :
148148 name : pmd-report
149149 if-no-files-found : ignore
Original file line number Diff line number Diff line change 6464 run : ./gradlew verifyPlugin --info --stacktrace
6565
6666 - name : Upload report
67- uses : actions/upload-artifact@v6
67+ uses : actions/upload-artifact@v7
6868 if : ${{ always() }}
6969 with :
7070 name : plugin-verifier-reports
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 run : ./gradlew publishPlugin --info --stacktrace
136136
137137 - name : Upload plugin files
138- uses : actions/upload-artifact@v6
138+ uses : actions/upload-artifact@v7
139139 with :
140140 name : plugin-files
141141 path : build/distributions/*
Original file line number Diff line number Diff line change 3535 run : ./gradlew publishPlugin --info --stacktrace
3636
3737 - name : Upload plugin files
38- uses : actions/upload-artifact@v6
38+ uses : actions/upload-artifact@v7
3939 with :
4040 name : plugin-files-java-${{ matrix.java }}
4141 path : build/distributions/*
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ plugins {
77}
88
99ext {
10- checkstyleVersion = ' 13.1 .0'
10+ checkstyleVersion = ' 13.3 .0'
1111
12- pmdVersion = ' 7.21 .0'
12+ pmdVersion = ' 7.22 .0'
1313}
1414
1515def properties (String key ) {
@@ -73,7 +73,7 @@ dependencies {
7373 }
7474 }
7575
76- testImplementation platform(' org.junit:junit-bom:6.0.2 ' ),
76+ testImplementation platform(' org.junit:junit-bom:6.0.3 ' ),
7777 ' org.junit.jupiter:junit-jupiter' ,
7878 ' org.junit.jupiter:junit-jupiter-engine' ,
7979 ' org.assertj:assertj-core:3.27.7'
You can’t perform that action at this time.
0 commit comments