PRODENG-222 Upgrade PMD action to include report summary. (#2063)

This commit is contained in:
Tom Page
2023-07-12 10:12:05 +01:00
committed by GitHub
parent 6f4f3baae2
commit 8af5c38caa

View File

@@ -76,7 +76,7 @@ jobs:
!contains(github.event.head_commit.message, '[skip tests]') && !contains(github.event.head_commit.message, '[skip tests]') &&
!contains(github.event.head_commit.message, '[force]') !contains(github.event.head_commit.message, '[force]')
steps: steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pmd@v2.5.0 - uses: Alfresco/alfresco-build-tools/.github/actions/pmd@v2.6.0
with: with:
fail-on-new-issues: "false" fail-on-new-issues: "false"