We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee36070 commit af331a2Copy full SHA for af331a2
.github/workflows/verify.yml
@@ -1,3 +1,4 @@
1
+
2
name: verify
3
on: [push, pull_request]
4
jobs:
@@ -13,7 +14,7 @@ jobs:
13
14
uses: pmd/pmd-github-action@v2.0.0
15
id: pmd
16
with:
- version: '7.12.0'
17
+ version: '7.13.0'
18
rulesets: 'ddk-configuration/pmd/ruleset.xml'
19
analyzeModifiedFilesOnly: false
20
- name: Fail build if there are violations
ddk-parent/pom.xml
@@ -53,7 +53,7 @@
53
<spotbugs.plugin.version>4.9.2.0</spotbugs.plugin.version>
54
<spotbugs.version>4.9.0</spotbugs.version>
55
<pmd.plugin.version>3.26.0</pmd.plugin.version>
56
- <pmd.version>7.11.0</pmd.version>
+ <pmd.version>7.13.0</pmd.version>
57
<tycho.version>4.0.12</tycho.version>
58
<xtend.version>2.38.0</xtend.version>
59
</properties>
0 commit comments