Skip to content

Commit 25b59ee

Browse files
committed
COVERITY: Update to the 2023 Cov module
1 parent 1722bdf commit 25b59ee

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
@@ -304,7 +304,7 @@ stages:
304304
- template: coverity.yml
305305
parameters:
306306
demands: ucx_docker -equals yes
307-
container: coverity_rh7
307+
container: rhel90
308308

309309
- stage: Tests
310310
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)