We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12955f1 commit 7afe3d1Copy full SHA for 7afe3d1
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
java-version: '11'
78
79
- name: 'Perform PMD scan with PMD action'
80
- uses: pmd/pmd-github-action@v1
+ uses: pmd/pmd-github-action@v2
81
id: pmd-action
82
with:
83
version: 'latest'
.github/workflows/pr.yml
@@ -57,7 +57,7 @@ jobs:
57
58
# Run PMD scan
59
60
61
62
63
0 commit comments