Skip to content

Commit

Permalink
Reduce output from extraction of PMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpage-alfresco committed Jul 22, 2024
1 parent 94f652d commit 4e43699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
wget --no-verbose https://github.com/pmd/pmd/releases/download/pmd_releases%2F${{ inputs.pmd-version }}/pmd-dist-${{ inputs.pmd-version }}-bin.zip
echo "${{ inputs.pmd-sha256-digest }} pmd-dist-${{ inputs.pmd-version }}-bin.zip" | sha256sum --check
mkdir -p /opt/hostedtoolcache/pmd/${{ inputs.pmd-version }}/x64/
unzip pmd-dist-${{ inputs.pmd-version }}-bin.zip -d /opt/hostedtoolcache/pmd/${{ inputs.pmd-version }}/x64/
unzip -q pmd-dist-${{ inputs.pmd-version }}-bin.zip -d /opt/hostedtoolcache/pmd/${{ inputs.pmd-version }}/x64/
shell: bash

- name: Run PMD scan against changes
Expand Down

0 comments on commit 4e43699

Please sign in to comment.