Skip to content

Commit 6050554

Browse files
committed
COVERITY: Update to the 2023 Cov module
1 parent e6c7913 commit 6050554

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildlib/pr/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ stages:
312312
- template: coverity.yml
313313
parameters:
314314
demands: ucx_docker -equals yes
315-
container: coverity_rh7
315+
container: rhel90
316316

317317
- stage: Tests
318318
dependsOn: [Static_check]

buildlib/tools/coverity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ realdir=$(realpath $(dirname $0))
44
source ${realdir}/common.sh
55
source ${realdir}/../az-helpers.sh
66

7-
COV_MODULE="tools/cov-2019.12"
7+
COV_MODULE="tools/cov-2023.12"
88

99
usage() {
1010
echo "Usage: $0 <release|devel> [--clean] [<configure opts>]"

0 commit comments

Comments
 (0)