diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index f0efa2490..ea1b8e21a 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -23,7 +23,7 @@ jobs: run: | cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DENABLE_TESTING=ON -Dsqlcipher=1 . - name: Build and scan - uses: vapier/coverity-scan-action@v0 + uses: vapier/coverity-scan-action@v1 with: project: sqlitebrowser%2Fsqlitebrowser token: ${{ secrets.COVERITY_TOKEN }}