Skip to content

Commit 1e5f712

Browse files
authored
Update action.yml
1 parent 133c68d commit 1e5f712

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ runs:
7474
wget -q "https://github.com/spotbugs/spotbugs/releases/download/${INPUT_SPOTBUGS_VERSION}/spotbugs-${INPUT_SPOTBUGS_VERSION}.tgz"
7575
tar -xzf spotbugs-"${INPUT_SPOTBUGS_VERSION}".tgz
7676
chmod +x spotbugs-"${INPUT_SPOTBUGS_VERSION}"/bin/spotbugs
77-
echo "Got spotbugs-${INPUT_SPOTBUGS_VERSION}.tgz"
77+
ls "spotbugs-${INPUT_SPOTBUGS_VERSION}.tgz"
78+
echo "Got spotbugs"
7879
shell: bash
7980
- name: Get FindSecBugs
8081
if: inputs.no_cache == 'true' || steps.cache-findsecbugs.outputs.cache-hit != 'true'
@@ -85,7 +86,8 @@ runs:
8586
mkdir -p 'findsecbugs+'
8687
cd 'findsecbugs+'
8788
wget -q "https://search.maven.org/remotecontent?filepath=com/h3xstream/findsecbugs/findsecbugs-plugin/${INPUT_FINDSECBUGS_VERSION}/findsecbugs-plugin-${INPUT_FINDSECBUGS_VERSION}.jar"
88-
echo "Got findsecbugs-plugin-${INPUT_FINDSECBUGS_VERSION}.jar"
89+
ls "findsecbugs-plugin-${INPUT_FINDSECBUGS_VERSION}.jar"
90+
echo "Got findsecbugs"
8991
shell: bash
9092
- name: Run SpotBugs
9193
env:

0 commit comments

Comments
 (0)