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