Skip to content

Commit

Permalink
CI: specify coverity version in coverity.yml (#3556)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenabrams100 authored Apr 5, 2024
1 parent 692b3c9 commit 0cd72be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
coverity_url: ${{ secrets.COVERITY_URL }} # The URL to Coverity
coverity_user: ${{ secrets.COVERITY_USER }} # The user for the Coverity project
coverity_passphrase: ${{ secrets.COVERITY_PASSPHRASE }} # The password for the Coverity user
coverity_version: '2023.6.2' # The version for Coverity Scan

0 comments on commit 0cd72be

Please sign in to comment.