Skip to content

Commit ea286ef

Browse files
authored
Merge pull request steve-community#1252 from slachiewicz/pmd
Bump PMD to 'latest' to fix ci errors
2 parents a325411 + 63ebee3 commit ea286ef

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)