From a708d3e1d16c002be66000064e642ae6b0ce6899 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Mon, 18 Dec 2023 17:05:53 +0100 Subject: [PATCH] coverity action: use el9 container --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0ca06c1..51aaa4e 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: coverity-container: description: 'Location of container that has Coverity Scan installed (default: `ghcr.io/aidasoft/coverity:latest` but not public)' required: false - default: 'ghcr.io/aidasoft/coverity:latest' + default: 'ghcr.io/aidasoft/coverity:el9' coverity-cmake-command: description: 'CMake command for building your project, assuming in source build' required: false