Skip to content

Commit 4a45557

Browse files
committed
Bump build-tools from 11 to 12
1 parent a2c90fc commit 4a45557

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
tags:
99
- '**'
1010
pull_request:
11+
schedule:
12+
# build it monthly: At 05:00 on day-of-month 1.
13+
- cron: '0 5 1 * *'
14+
workflow_dispatch:
1115

1216
jobs:
1317
build:
@@ -29,7 +33,7 @@ jobs:
2933
run: |
3034
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3135
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
32-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/11/scripts" >> $GITHUB_ENV
36+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/12/scripts" >> $GITHUB_ENV
3337
- name: Check Environment
3438
shell: bash
3539
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<pmd.version>6.34.0</pmd.version>
2525
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
26-
<pmd.build-tools.version>11</pmd.build-tools.version>
26+
<pmd.build-tools.version>12</pmd.build-tools.version>
2727
<checkstyle.version>8.30</checkstyle.version>
2828
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
2929

0 commit comments

Comments
 (0)