File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2626 - name : Find already existing issue
2727 id : find-issue
2828 run : |
29- echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \ "Link Checker Report\ "' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
29+ echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title "Link Checker Report"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
3030 env :
3131 GH_TOKEN : ${{ github.token }}
3232
3838
3939 - name : Create Issue From File
4040 if : steps.lychee.outputs.exit_code != 0
41- uses : peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5
41+ uses : peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6
4242 with :
4343 issue-number : ${{ steps.find-issue.outputs.number }}
4444 title : Link Checker Report
Original file line number Diff line number Diff line change 2828 timeout-minutes : 30
2929 strategy :
3030 matrix :
31- java : [17, 21]
31+ java : [17, 21, 25 ]
3232 distribution : [temurin]
3333 steps :
3434 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 9191
9292 - name : Create Release
9393 id : create-release
94- uses : shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1
94+ uses : shogo82148/actions-create-release@7b89596097b26731bda0852f1504f813499079ee # v1
9595 with :
9696 tag_name : v${{ steps.version.outputs.release }}
9797 release_name : v${{ steps.version.outputs.release }}
Original file line number Diff line number Diff line change 1- # Licensed to the Apache Software Foundation (ASF) under one
2- # or more contributor license agreements. See the NOTICE file
3- # distributed with this work for additional information
4- # regarding copyright ownership. The ASF licenses this file
5- # to you under the Apache License, Version 2.0 (the
6- # "License"); you may not use this file except in compliance
7- # with the License. You may obtain a copy of the License at
8- #
9- # http://www.apache.org/licenses/LICENSE-2.0
10- #
11- # Unless required by applicable law or agreed to in writing,
12- # software distributed under the License is distributed on an
13- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14- # KIND, either express or implied. See the License for the
15- # specific language governing permissions and limitations
16- # under the License.
1+ wrapperVersion =3.3.4
2+ distributionType =only-script
173distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ We also encourage you to read the [contribution instructions by GitHub](https://
1919### Software Requirements
2020You should have the following things installed:
2121* Git
22- * Java 21 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
22+ * Java 25 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
2323* Maven (Note that the [ Maven Wrapper] ( https://maven.apache.org/wrapper/ ) is shipped with the repo)
2424
2525### Recommended setup
Original file line number Diff line number Diff line change 4444 <plugin >
4545 <groupId >org.apache.maven.plugins</groupId >
4646 <artifactId >maven-compiler-plugin</artifactId >
47- <version >3.14.0 </version >
47+ <version >3.14.1 </version >
4848 <configuration >
4949 <release >${maven.compiler.release} </release >
5050 <compilerArgs >
Original file line number Diff line number Diff line change 195195 <plugin >
196196 <groupId >org.apache.maven.plugins</groupId >
197197 <artifactId >maven-compiler-plugin</artifactId >
198- <version >3.14.0 </version >
198+ <version >3.14.1 </version >
199199 <configuration >
200200 <release >${maven.compiler.release} </release >
201201 <compilerArgs >
206206 <plugin >
207207 <groupId >org.apache.maven.plugins</groupId >
208208 <artifactId >maven-javadoc-plugin</artifactId >
209- <version >3.11.3 </version >
209+ <version >3.12.0 </version >
210210 <executions >
211211 <execution >
212212 <id >attach-javadocs</id >
260260 <plugin >
261261 <groupId >org.codehaus.mojo</groupId >
262262 <artifactId >flatten-maven-plugin</artifactId >
263- <version >1.7.2 </version >
263+ <version >1.7.3 </version >
264264 <configuration >
265265 <flattenMode >ossrh</flattenMode >
266266 </configuration >
306306 <plugin >
307307 <groupId >org.sonatype.central</groupId >
308308 <artifactId >central-publishing-maven-plugin</artifactId >
309- <version >0.8 .0</version >
309+ <version >0.9 .0</version >
310310 <extensions >true</extensions >
311311 <configuration >
312312 <publishingServerId >sonatype-central-portal</publishingServerId >
328328 <dependency >
329329 <groupId >com.puppycrawl.tools</groupId >
330330 <artifactId >checkstyle</artifactId >
331- <version >11.0.1 </version >
331+ <version >11.1.0 </version >
332332 </dependency >
333333 </dependencies >
334334 <configuration >
You can’t perform that action at this time.
0 commit comments