Upgrade coverity scan binaries to 2024.6.1

Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: I27ec6a51489f0c4ee2417e743289c9b008667d01
diff --git a/script/tf-coverity/run_coverity_on_tf.py b/script/tf-coverity/run_coverity_on_tf.py
index c4cca31..9980732 100755
--- a/script/tf-coverity/run_coverity_on_tf.py
+++ b/script/tf-coverity/run_coverity_on_tf.py
@@ -51,7 +51,7 @@
 
     print("\nNow please load the Coverity tool in your PATH...")
     print("E.g.:")
-    cov_version = "2023.6.2"
+    cov_version = "2024.6.1"
     cov_dir_name = "cov-analysis-linux64-" + cov_version
     cov_dir_path = os.path.abspath(os.path.join(cov_dir_name, "bin"))
     print("  export PATH=%s$PATH" % (cov_dir_path + os.pathsep))