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.
1 parent 48381cf commit ab12e16Copy full SHA for ab12e16
.github/workflows/pmd.yaml
@@ -30,7 +30,7 @@ jobs:
30
distribution: 'temurin'
31
- name: Run PMD
32
id: pmd
33
- uses: pmd/pmd-github-action@967a81f8b657c87f7c3e96b62301cb1a48efef29
+ uses: pmd/pmd-github-action@v2
34
with:
35
rulesets: 'rulesets/java/quickstart.xml'
36
sourcePath: 'src/main/java'
0 commit comments