coverity.yml: Upload should go to project redis-unstable (#12841)

Coverity project name was changed from redis to redis-unstable. Fix the
upload destination to also go to redis-unstable.

Continuation of #12807
This commit is contained in:
Moshe Kaplan 2023-12-06 13:51:58 -05:00 committed by GitHub
parent 2f6d4dabaa
commit e2a3f3091f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
tar czvf cov-int.tgz cov-int
curl \
--form project=redis \
--form project=redis-unstable \
--form email=${{ secrets.COVERITY_SCAN_EMAIL }} \
--form token=${{ secrets.COVERITY_SCAN_TOKEN }} \
--form file=@cov-int.tgz \