Skip to content

Commit 63ebee3

Browse files
committed
Bump PMD to 'latest'
1 parent fe41a58 commit 63ebee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run PMD
3030
uses: pmd/pmd-github-action@v1
3131
with:
32-
version: '6.49.0'
32+
version: 'latest'
3333
sourcePath: './src/main/java'
3434
rulesets: './src/main/resources/maven-pmd-plugin-default.xml'
3535
- name: Fail build if there are violations

0 commit comments

Comments
 (0)