Skip to content

Commit

Permalink
Update pmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvayanu committed Feb 15, 2024
1 parent 3af9546 commit a541b11
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 @@ -35,7 +35,7 @@ jobs:
uses: pmd/pmd-github-action@967a81f8b657c87f7c3e96b62301cb1a48efef29
with:
rulesets: 'rulesets/java/quickstart.xml'
sourcePath: 'src/main/java'
sourcePath: 'moskito-core/src/main/java'
analyzeModifiedFilesOnly: false
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit a541b11

Please sign in to comment.