From 24e1a997b1de3de1ec8adc4ce51c5c83517ca58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:06:19 +0000 Subject: [PATCH] build(deps): bump vapier/coverity-scan-action from 0 to 1 (#3470) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}