Skip to content

Commit

Permalink
Update coverity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vashirov authored Feb 15, 2024
1 parent 2f3cfe3 commit 838f499
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Checkout and configure
run: autoreconf -fvi && ./configure

- uses: vapier/coverity-scan-action@v1
with:
command: make
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
- uses: vapier/coverity-scan-action@v1
with:
command: make
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}

0 comments on commit 838f499

Please sign in to comment.