File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments