Skip to content

Commit

Permalink
chore: Use an incrementing version number for coverity scans.
Browse files Browse the repository at this point in the history
Otherwise, no analysis will happen.
  • Loading branch information
iphydf committed Dec 10, 2021
1 parent e30266f commit b3c757e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
--form token=$TOKEN
--form [email protected]
--form [email protected]
--form version=master
--form description="$(git rev-parse HEAD)"
--form version="$(git rev-list --count HEAD)"
--form description="CI build of $(git rev-parse --abbrev-ref HEAD) branch"
https://scan.coverity.com/builds
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}

0 comments on commit b3c757e

Please sign in to comment.