From 838f499ed7db75bfcaada5b46a042249ef068b67 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Thu, 15 Feb 2024 12:18:46 +0100 Subject: [PATCH] Update coverity.yml --- .github/workflows/coverity.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 985f722e9..0e52faa51 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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 }}