Skip to content

Commit

Permalink
Bump pmd/pmd-github-action from 1.4.1 to 2.0.0 (#25)
Browse files Browse the repository at this point in the history
Bumps [pmd/pmd-github-action](https://github.com/pmd/pmd-github-action) from 1.4.1 to 2.0.0.
- [Release notes](https://github.com/pmd/pmd-github-action/releases)
- [Changelog](https://github.com/pmd/pmd-github-action/blob/main/CHANGELOG.md)
- [Commits](pmd/pmd-github-action@d57c046...d9c1f3c)

---
updated-dependencies:
- dependency-name: pmd/pmd-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 30, 2024
1 parent 83b27ea commit a627360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
distribution: "temurin"
- name: Run PMD
id: pmd
uses: pmd/pmd-github-action@d57c0463ebba262a33d1983a5c6ac6031bfde43b
uses: pmd/pmd-github-action@d9c1f3c5940cbf5923f1354e83fa858b4496ebaa
with:
rulesets: "rulesets/java/quickstart.xml"
sourcePath: "src/main/java"
Expand Down

0 comments on commit a627360

Please sign in to comment.