Skip to content

Commit

Permalink
chore: upgrade github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalleclercq committed Apr 8, 2024
1 parent 5b0b230 commit 1b85e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
distribution: 'temurin'
- name: Run PMD
id: pmd
uses: pmd/pmd-github-action@v3
uses: pmd/pmd-github-action@v2
with:
rulesets: 'rulesets/java/quickstart.xml'
sourcePath: 'src/main/java'
analyzeModifiedFilesOnly: false
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: pmd-report.sarif

0 comments on commit 1b85e74

Please sign in to comment.