From 7e3b31453b65aff3aaa3db7346279d96bba26d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:00:37 +0000 Subject: [PATCH] Bump pmd/pmd-github-action from 1 to 2 Bumps [pmd/pmd-github-action](https://github.com/pmd/pmd-github-action) from 1 to 2. - [Release notes](https://github.com/pmd/pmd-github-action/releases) - [Changelog](https://github.com/pmd/pmd-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/pmd/pmd-github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: pmd/pmd-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pmd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pmd.yml b/.github/workflows/pmd.yml index 31df9fd..5ffab21 100644 --- a/.github/workflows/pmd.yml +++ b/.github/workflows/pmd.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' - name: Run PMD id: pmd - uses: pmd/pmd-github-action@v1 + uses: pmd/pmd-github-action@v2 with: version: 6.55.0 rulesets: '.pmdrc.xml'