|
|
@ -1,6 +1,6 @@
|
|
|
|
name: coverity-linux
|
|
|
|
name: coverity-linux
|
|
|
|
|
|
|
|
|
|
|
|
on: [pull_request]
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
contents: read
|
|
|
@ -35,6 +35,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
tar czf cov-int.tgz cov-int
|
|
|
|
tar czf cov-int.tgz cov-int
|
|
|
|
response=$(curl --silent --show-error --fail \
|
|
|
|
response=$(curl --silent --show-error --fail \
|
|
|
|
|
|
|
|
--form email="${{ secrets.EMAIL }}" \
|
|
|
|
--form token="${{ secrets.COVERITY_TOKEN }}" \
|
|
|
|
--form token="${{ secrets.COVERITY_TOKEN }}" \
|
|
|
|
--form file=@cov-int.tgz \
|
|
|
|
--form file=@cov-int.tgz \
|
|
|
|
--form version="GitHub PR #${{ github.event.pull_request.number }}" \
|
|
|
|
--form version="GitHub PR #${{ github.event.pull_request.number }}" \
|
|
|
|