From 8125b33b9a15dc0497ebe4697fa3758831b9430b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 1 Dec 2022 11:44:48 +0100 Subject: [PATCH] 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 --- ansible/roles/install-coverity/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/install-coverity/defaults/main.yml b/ansible/roles/install-coverity/defaults/main.yml index d7a80823..4a748876 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"