We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a325411 + 63ebee3 commit ea286efCopy full SHA for ea286ef
.github/workflows/review.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run PMD
30
uses: pmd/pmd-github-action@v1
31
with:
32
- version: '6.49.0'
+ version: 'latest'
33
sourcePath: './src/main/java'
34
rulesets: './src/main/resources/maven-pmd-plugin-default.xml'
35
- name: Fail build if there are violations
0 commit comments