Bump new version to cov-analysis tool (#16482)
* Bump new version to cov-analysis tool * full version
Tasos Katsoulas committed
Nov 27, 2023 at 20:37 UTC
15dc8abb5582785469480a588a63314de7772ded
1 file changed
+1
-1
coverity-scan.sh
+1
-1
@@ -40,7 +40,7 @@ set -e
40
INSTALL_DIR="/opt"
41
42
# the version of coverity to use
43
-COVERITY_BUILD_VERSION="${COVERITY_BUILD_VERSION:-cov-analysis-linux64-2022.12.2}"
43
+COVERITY_BUILD_VERSION="${COVERITY_BUILD_VERSION:-cov-analysis-linux64-2023.6.2}"
44
45
# TODO: For some reasons this does not fully load on Debian 10 (Haven't checked if it happens on other distros yet), it breaks
46
source packaging/installer/functions.sh || echo "Failed to fully load the functions library"