Skip to content

Commit

Permalink
Update to default to PMD 7.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpage-alfresco committed Nov 27, 2024
1 parent 72ea20e commit 773f297
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
{
"type": "Hex High Entropy String",
"filename": "README.md",
"hashed_secret": "be2d8c84b33cf848fccd93d574c8ca55f78cd2d0",
"hashed_secret": "1d9492a0929136a15566741cf54842347576df67",
"is_verified": false,
"line_number": 20,
"is_secret": false
Expand All @@ -151,12 +151,12 @@
{
"type": "Hex High Entropy String",
"filename": "action.yml",
"hashed_secret": "be2d8c84b33cf848fccd93d574c8ca55f78cd2d0",
"hashed_secret": "1d9492a0929136a15566741cf54842347576df67",
"is_verified": false,
"line_number": 11,
"is_secret": false
}
]
},
"generated_at": "2024-09-06T13:13:50Z"
"generated_at": "2024-11-27T15:59:51Z"
}
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.5.0" # The version of PMD to use (only 7.x versions are supported).
pmd-sha256-digest: "d188d592409033712bf7b99dc739ca6c238f296c6dbe6bc5f95e9403684c8ee1" # The expected SHA-256 digest of the PMD distribution binaries zip file (64 digit hexidecimal value).
pmd-version: "7.7.0" # The version of PMD to use (only 7.x versions are supported).
pmd-sha256-digest: "be8bf68f6c1d66984bd9645a93e631b78a1c2f42f5f0f8719082fead67553940" # 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.5.0"
default: "7.7.0"
pmd-sha256-digest:
description: The expected SHA-256 digest of the PMD zip file (64 digit hexidecimal value).
required: false
default: "d188d592409033712bf7b99dc739ca6c238f296c6dbe6bc5f95e9403684c8ee1"
default: "be8bf68f6c1d66984bd9645a93e631b78a1c2f42f5f0f8719082fead67553940"
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 773f297

Please sign in to comment.