Skip to content

Commit

Permalink
Test "Code scanning alerts"
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Mar 17, 2024
1 parent b0a7bfd commit 57308bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pmd-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
distribution: 'temurin'
- name: Run PMD (Java)
if: ${{ github.ref_name == 'java' }}
uses: pmd/pmd-github-action@v1
#uses: pmd/pmd-github-action@v1
#uses: pmd/pmd-github-action@main
uses: adangel/pmd-github-action@typescript
with:
rulesets: 'rulesets/java/quickstart.xml'
sourcePath: 'src/main/java'
Expand Down

0 comments on commit 57308bc

Please sign in to comment.