Skip to content

Commit

Permalink
Upload sarif report only for linux build (once)
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Mar 17, 2024
1 parent 4999949 commit d323850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
#- uses: adangel/pmd-github-action@support-pmd7
- uses: adangel/pmd-github-action@typescript
with:
uploadSarifReport: ${{ runner.os == 'Linux' && 'true' || 'false' }}
rulesets: 'ruleset.xml,category/apex/codestyle.xml/FieldNamingConventions'
version: '7.0.0-SNAPSHOT'
downloadUrl: 'https://sourceforge.net/projects/pmd/files/pmd/7.0.0-SNAPSHOT/pmd-dist-7.0.0-SNAPSHOT-bin.zip/download'

0 comments on commit d323850

Please sign in to comment.