File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions:
1111jobs :
1212 link-checker :
1313 runs-on : ubuntu-latest
14+ timeout-minutes : 15
1415 steps :
1516 - uses : actions/checkout@v4
1617
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ permissions:
1414jobs :
1515 labels :
1616 runs-on : ubuntu-latest
17+ timeout-minutes : 10
1718 steps :
1819 - uses : actions/checkout@v4
1920 with :
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ permissions:
3131jobs :
3232 update :
3333 runs-on : ubuntu-latest
34+ timeout-minutes : 60
3435 outputs :
3536 update_branch_merged_commit : ${{ steps.manage-branches.outputs.update_branch_merged_commit }}
3637 create_update_branch_merged_pr : ${{ steps.manage-branches.outputs.create_update_branch_merged_pr }}
@@ -180,6 +181,7 @@ jobs:
180181 needs : [update]
181182 if : needs.update.outputs.create_update_branch_merged_pr == 1
182183 runs-on : ubuntu-latest
184+ timeout-minutes : 60
183185 steps :
184186 - uses : actions/checkout@v4
185187 with :
Original file line number Diff line number Diff line change 7070 <plugin >
7171 <groupId >org.apache.maven.plugins</groupId >
7272 <artifactId >maven-pmd-plugin</artifactId >
73- <version >3.25 .0</version >
73+ <version >3.26 .0</version >
7474 <configuration >
7575 <includeTests >true</includeTests >
7676 <printFailingErrors >true</printFailingErrors >
Original file line number Diff line number Diff line change 272272 <plugin >
273273 <groupId >org.apache.maven.plugins</groupId >
274274 <artifactId >maven-pmd-plugin</artifactId >
275- <version >3.25 .0</version >
275+ <version >3.26 .0</version >
276276 <configuration >
277277 <includeTests >true</includeTests >
278278 <printFailingErrors >true</printFailingErrors >
You can’t perform that action at this time.
0 commit comments