Skip to content

Commit

Permalink
Bump pmd/pmd-github-action from 1 to 2
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 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](pmd/pmd-github-action@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent b5e487d commit 7e3b314
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 @@ -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'
Expand Down

0 comments on commit 7e3b314

Please sign in to comment.