mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Use an incrementing version number for coverity scans.
Otherwise, no analysis will happen.
This commit is contained in:
parent
e30266f1ce
commit
b3c757e9d8
4
.github/workflows/coverity-scan.yml
vendored
4
.github/workflows/coverity-scan.yml
vendored
|
@ -42,8 +42,8 @@ jobs:
|
|||
--form token=$TOKEN
|
||||
--form email=iphydf@gmail.com
|
||||
--form file=@c-toxcore.tgz
|
||||
--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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user