File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ jobs:
103103 SKIP="false"
104104 MIN_LOCKFILE_VERSION="9.0.0"
105105 LOCKFILE_VERSION=$(grep -E '^lockfileVersion:' "$LOC_TYPE" \
106- | awk '{print $2}' \
107- | tr -d "'\"")
106+ | awk '{print $2}' \
107+ | tr -d "'\"")
108108 # Compare versions
109109 version_ge() {
110110 [ "$(printf '%s\n' "$1" "$2" | sort -V | head -n1)" = "$2" ]
111111 }
112112
113- echo "[DEBUG] - 0 - before condition LOC-VERSION = $LOCKFILE_VERSION"
113+ echo "[DEBUG] - 0 - before condition LOCKFILE_VERSION = $LOCKFILE_VERSION"
114114 if version_ge "$MIN_LOCKFILE_VERSION" "$LOCKFILE_VERSION"; then
115115 echo "[DEBUG] - 1 - LOCKFILE_VERSION is lower than $MIN_LOCKFILE_VERSION"
116116 echo "[DEBUG] - 1b - Analysis skipped"
You can’t perform that action at this time.
0 commit comments