pmd / pmd-github-action

GitHub Action for PMD
MIT License
39 stars 25 forks source link

Fix artifact upload, new parameter `uploadSarifReport` #250

Closed adangel closed 8 months ago

adangel commented 8 months ago

With the update from @actions/artifact 1.x to 2.x (#243), there were some incompatibilities:

With the new parameter uploadSarifReport, the upload of the SARIF report can be disabled. This is needed in case the action is executed multiple times (e.g. in a matrix configuration for each os).