Skip to content

Commit f393da6

Browse files
committed
COVERITY: Update to the 2023 Cov module
1 parent 27ab197 commit f393da6

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
@@ -302,7 +302,7 @@ stages:
302302
- template: coverity.yml
303303
parameters:
304304
demands: ucx_docker -equals yes
305-
container: coverity_rh7
305+
container: rhel90
306306

307307
- stage: Tests
308308
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)