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 token=$TOKEN
|
||||||
--form email=iphydf@gmail.com
|
--form email=iphydf@gmail.com
|
||||||
--form file=@c-toxcore.tgz
|
--form file=@c-toxcore.tgz
|
||||||
--form version=master
|
--form version="$(git rev-list --count HEAD)"
|
||||||
--form description="$(git rev-parse HEAD)"
|
--form description="CI build of $(git rev-parse --abbrev-ref HEAD) branch"
|
||||||
https://scan.coverity.com/builds
|
https://scan.coverity.com/builds
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
|
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user