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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and carstenartur committed Mar 19, 2024
1 parent 752f0fd commit e50d9ec
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 @@ -31,7 +31,7 @@ jobs:
distribution: 'temurin'
- name: Run PMD
id: pmdcommon
uses: pmd/pmd-github-action@v1
uses: pmd/pmd-github-action@v2
with:
rulesets: 'rulesets/java/quickstart.xml'

Expand Down

0 comments on commit e50d9ec

Please sign in to comment.