Skip to content

Commit

Permalink
Update to PMD 7.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpage-alfresco committed Apr 25, 2024
1 parent 47fdb05 commit 661e042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if: >
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pmd@ref
with:
pmd-version: "7.0.0-rc4" # The version of PMD to use (only 7.x versions are supported).
pmd-sha256-digest: "81c15cb9e875f0c788e4246e5f0041b1df1b33983b9f65550ee4e8c4b285570b" # The expected SHA-256 digest of the PMD distribution binaries zip file (64 digit hexidecimal value).
pmd-version: "7.0.0" # The version of PMD to use (only 7.x versions are supported).
pmd-sha256-digest: "24be4bde2846cabea84e75e790ede1b86183f85f386cb120a41372f2b4844a54" # The expected SHA-256 digest of the PMD distribution binaries zip file (64 digit hexidecimal value).
create-github-annotations: "true" # Whether to create annotations using the GitHub Advanced Security (nb. this is not free for private repositories)
fail-on-new-issues: "true" # Whether the introduction of new issues should cause the build to fail.
pmd-ruleset-repo: "Alfresco/pmd-ruleset" # The GitHub repository containing the PMD ruleset (by default https://github.com/Alfresco/pmd-ruleset/).
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ inputs:
pmd-version:
description: The version of PMD to use
required: false
default: "7.0.0-rc4"
default: "7.0.0"
pmd-sha256-digest:
description: The expected SHA-256 digest of the PMD zip file (64 digit hexidecimal value).
required: false
default: "81c15cb9e875f0c788e4246e5f0041b1df1b33983b9f65550ee4e8c4b285570b"
default: "24be4bde2846cabea84e75e790ede1b86183f85f386cb120a41372f2b4844a54"
create-github-annotations:
description: |
Whether to create inline comments on the PR using GH Advanced Security. This is free for open source projects but
Expand Down

0 comments on commit 661e042

Please sign in to comment.