Skip to content

Commit 378df21

Browse files
committed
COVERITY: Update to the 2023 Cov module
1 parent 6969a83 commit 378df21

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
@@ -308,7 +308,7 @@ stages:
308308
- template: coverity.yml
309309
parameters:
310310
demands: ucx_docker -equals yes
311-
container: coverity_rh7
311+
container: rhel90
312312

313313
- stage: Tests
314314
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)