diff --git a/README.md b/README.md index c807bf4..89ac6ae 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/action.yml b/action.yml index c6af706..584145c 100644 --- a/action.yml +++ b/action.yml @@ -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