Skip to content

Commit

Permalink
coverity action: use el9 container
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored Dec 18, 2023
1 parent 9616cb4 commit a708d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a708d3e

Please sign in to comment.