File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5050 - name : Prepare build
5151 run : |
5252 mkdir -p libs
53- wget --output-document "libs/ipscan-any-$IPSCAN_VERSION. jar" "https://github.com/angryip/ipscan/releases/download/$IPSCAN_VERSION /ipscan-any-$IPSCAN_VERSION .jar"
54- echo "$IPSCAN_CHECKSUM libs/ipscan-any-$IPSCAN_VERSION .jar" | sha256sum --check --status
53+ wget --output-document "libs/ipscan-any-3.9.3. jar" "https://github.com/angryip/ipscan/releases/download/3.9.3 /ipscan-any-3.9.3 .jar"
54+ echo "63a76f8fc8366432d79e62ed8b41cb0719eb469550de6e52bb3f548a80375129 libs/ipscan-any-3.9.3 .jar" | sha256sum --check --status
5555 ./gradlew properties
5656
5757 # Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 2424 - name : Prepare build
2525 run : |
2626 mkdir -p libs
27- wget --output-document "libs/ipscan-any-$IPSCAN_VERSION. jar" "https://github.com/angryip/ipscan/releases/download/$IPSCAN_VERSION /ipscan-any-$IPSCAN_VERSION .jar"
28- echo "$IPSCAN_CHECKSUM libs/ipscan-any-$IPSCAN_VERSION .jar" | sha256sum --check --status
27+ wget --output-document "libs/ipscan-any-3.9.3. jar" "https://github.com/angryip/ipscan/releases/download/3.9.3 /ipscan-any-3.9.3 .jar"
28+ echo "63a76f8fc8366432d79e62ed8b41cb0719eb469550de6e52bb3f548a80375129 libs/ipscan-any-3.9.3 .jar" | sha256sum --check --status
2929 ./gradlew properties
3030
3131 - uses : vapier/coverity-scan-action@v1
Original file line number Diff line number Diff line change 2727 - name : Prepare build
2828 run : |
2929 mkdir -p libs
30- wget --output-document "libs/ipscan-any-$IPSCAN_VERSION. jar" "https://github.com/angryip/ipscan/releases/download/$IPSCAN_VERSION /ipscan-any-$IPSCAN_VERSION .jar"
31- echo "$IPSCAN_CHECKSUM libs/ipscan-any-$IPSCAN_VERSION .jar" | sha256sum --check --status
30+ wget --output-document "libs/ipscan-any-3.9.3. jar" "https://github.com/angryip/ipscan/releases/download/3.9.3 /ipscan-any-3.9.3 .jar"
31+ echo "63a76f8fc8366432d79e62ed8b41cb0719eb469550de6e52bb3f548a80375129 libs/ipscan-any-3.9.3 .jar" | sha256sum --check --status
3232 ./gradlew properties
3333
3434 - name : Check with Gradle Wrapper
Original file line number Diff line number Diff line change 2323 - name : Prepare build
2424 run : |
2525 mkdir -p libs
26- wget --output-document "libs/ipscan-any-$IPSCAN_VERSION. jar" "https://github.com/angryip/ipscan/releases/download/$IPSCAN_VERSION /ipscan-any-$IPSCAN_VERSION .jar"
27- echo "$IPSCAN_CHECKSUM libs/ipscan-any-$IPSCAN_VERSION .jar" | sha256sum --check --status
26+ wget --output-document "libs/ipscan-any-3.9.3. jar" "https://github.com/angryip/ipscan/releases/download/3.9.3 /ipscan-any-3.9.3 .jar"
27+ echo "63a76f8fc8366432d79e62ed8b41cb0719eb469550de6e52bb3f548a80375129 libs/ipscan-any-3.9.3 .jar" | sha256sum --check --status
2828 ./gradlew properties
2929
3030 - name : Cache SonarQube Cloud packages
You can’t perform that action at this time.
0 commit comments