File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22<ruleset name =" Default"
33 xmlns =" http://pmd.sourceforge.net/ruleset/2.0.0"
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xsi : schemaLocation =" http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge .io/ruleset_2_0_0.xsd" >
5+ xsi : schemaLocation =" http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.github .io/ruleset_2_0_0.xsd" >
66
77 <description >
88 This ruleset checks the code for discouraged programming constructs.
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 @@ -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 <dependency >
4545 <groupId >com.puppycrawl.tools</groupId >
4646 <artifactId >checkstyle</artifactId >
47- <version >11.0.1 </version >
47+ <version >11.1.0 </version >
4848 </dependency >
4949 </dependencies >
5050 <configuration >
Original file line number Diff line number Diff line change 105105 <plugin >
106106 <groupId >org.apache.maven.plugins</groupId >
107107 <artifactId >maven-compiler-plugin</artifactId >
108- <version >3.14.0 </version >
108+ <version >3.14.1 </version >
109109 <configuration >
110110 <release >${maven.compiler.release} </release >
111111 <compilerArgs >
152152 <dependency >
153153 <groupId >com.puppycrawl.tools</groupId >
154154 <artifactId >checkstyle</artifactId >
155- <version >11.0.1 </version >
155+ <version >11.1.0 </version >
156156 </dependency >
157157 </dependencies >
158158 <configuration >
You can’t perform that action at this time.
0 commit comments