Skip to content

Commit 28ad40c

Browse files
authored
Update action.yml
1 parent 10d47bf commit 28ad40c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
cd /home/runner/work/
7272
mkdir -p 'spotbugs+'
7373
cd 'spotbugs+'
74-
wget -q "https://github.com/spotbugs/spotbugs/releases/download/${INPUT_SPOTBUGS_VERSION}/spotbugs-${INPUT_SPOTBUGS_VERSION}.tgz"
74+
wget -q -O spotbugs-"${INPUT_SPOTBUGS_VERSION}".tgz "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
7777
ls "spotbugs-${INPUT_SPOTBUGS_VERSION}.tgz"
@@ -85,7 +85,7 @@ runs:
8585
cd /home/runner/work/
8686
mkdir -p 'findsecbugs+'
8787
cd 'findsecbugs+'
88-
wget -q "https://search.maven.org/remotecontent?filepath=com/h3xstream/findsecbugs/findsecbugs-plugin/${INPUT_FINDSECBUGS_VERSION}/findsecbugs-plugin-${INPUT_FINDSECBUGS_VERSION}.jar"
88+
wget -q -O "findsecbugs-plugin-${INPUT_FINDSECBUGS_VERSION}.jar" "https://search.maven.org/remotecontent?filepath=com/h3xstream/findsecbugs/findsecbugs-plugin/${INPUT_FINDSECBUGS_VERSION}/findsecbugs-plugin-${INPUT_FINDSECBUGS_VERSION}.jar"
8989
ls "findsecbugs-plugin-${INPUT_FINDSECBUGS_VERSION}.jar"
9090
echo "Got findsecbugs"
9191
shell: bash

0 commit comments

Comments
 (0)