From 3427345fe9fc4d8476682dff210ac4f16cdd6445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 07:49:53 +0000 Subject: [PATCH] build(deps): bump pmd/pmd-github-action from 1.2.0 to 1.4.1 Bumps [pmd/pmd-github-action](https://github.com/pmd/pmd-github-action) from 1.2.0 to 1.4.1. - [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/967a81f8b657c87f7c3e96b62301cb1a48efef29...d57c0463ebba262a33d1983a5c6ac6031bfde43b) --- updated-dependencies: - dependency-name: pmd/pmd-github-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 d91010a3e..2f65e92e6 100644 --- a/.github/workflows/pmd.yml +++ b/.github/workflows/pmd.yml @@ -37,7 +37,7 @@ jobs: distribution: 'temurin' - name: Run PMD id: pmd - uses: pmd/pmd-github-action@967a81f8b657c87f7c3e96b62301cb1a48efef29 + uses: pmd/pmd-github-action@d57c0463ebba262a33d1983a5c6ac6031bfde43b with: rulesets: 'rulesets/java/quickstart.xml' sourcePath: 'src/main/java'