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