We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0001694 commit 12f86b9Copy full SHA for 12f86b9
1 file changed
.github/workflows/pmd.yml
@@ -32,7 +32,7 @@ jobs:
32
distribution: 'adopt'
33
- name: Run PMD
34
id: pmd
35
- uses: pmd/pmd-github-action@v1.4.0
+ uses: pmd/pmd-github-action@v2
36
with:
37
rulesets: 'rulesets/java/quickstart.xml'
38
sourcePath: 'src/main/java'
0 commit comments