aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-12-01 11:44:48 +0100
committerOliver Smith <osmith@sysmocom.de>2022-12-01 13:08:07 +0100
commit8125b33b9a15dc0497ebe4697fa3758831b9430b (patch)
treec3e33ed554d4da8215059febef1b27fe5dc2cac2
parentfe8bc324d9bfe942f62ac3ecb3e77d27b1f4aab1 (diff)
ansible: coverity: update version to 22.06
Coverity doesn't make the old version available for download and will probably deprecate the previous version at some point. I'm about to install it on new hosts, so upgrade to the latest version while at it. Related: OS#5793 Change-Id: Id5700a9e5a46a9cfafc9959f5b77f9e21dd956b4
-rw-r--r--ansible/roles/install-coverity/defaults/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/install-coverity/defaults/main.yml b/ansible/roles/install-coverity/defaults/main.yml
index d7a8082..4a74887 100644
--- a/ansible/roles/install-coverity/defaults/main.yml
+++ b/ansible/roles/install-coverity/defaults/main.yml
@@ -1,4 +1,4 @@
---
-coverity_version: 2021.12.1
+coverity_version: 2022.06
coverity_installer_file: "cov-analysis-linux64-{{ coverity_version }}.tar.gz"