Skip to content

Commit ab12e16

Browse files
committed
Update workflows
1 parent 48381cf commit ab12e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pmd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
distribution: 'temurin'
3131
- name: Run PMD
3232
id: pmd
33-
uses: pmd/pmd-github-action@967a81f8b657c87f7c3e96b62301cb1a48efef29
33+
uses: pmd/pmd-github-action@v2
3434
with:
3535
rulesets: 'rulesets/java/quickstart.xml'
3636
sourcePath: 'src/main/java'

0 commit comments

Comments
 (0)