From 85318f9ac7e33d7f1b4243f39846ba8c54367bfb Mon Sep 17 00:00:00 2001 From: Mikko Kortelainen Date: Fri, 23 Aug 2024 12:21:11 +0300 Subject: [PATCH] Update coverity url (#13) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70da818..28ed4bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: - name: Download Coverity if: steps.cache_coverity.outputs.cache-hit != 'true' run: | - wget --quiet https://scan.coverity.com/download/linux64 --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=teragrep%20jos_01" -O ${{ env.COVERITY }}.tgz + wget --quiet https://scan.coverity.com/download/linux64 --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=teragrep-jos_01" -O ${{ env.COVERITY }}.tgz mkdir -p ${{ env.COVERITY }} tar zxvf ${{ env.COVERITY }}.tgz -C ${{ env.COVERITY }} --strip-components 1 @@ -48,4 +48,4 @@ jobs: tar czvf jos_01.tgz cov-int - name: Upload to Coverity - run: curl --silent --form token=${{ secrets.COVERITY_TOKEN }} --form email=${{ secrets.COVERITY_EMAIL }} --form file=@jos_01.tgz --form version="${GITHUB_REF##*/}" --form description="automated upload" https://scan.coverity.com/builds?project=teragrep%20jos_01 \ No newline at end of file + run: curl --silent --form token=${{ secrets.COVERITY_TOKEN }} --form email=${{ secrets.COVERITY_EMAIL }} --form file=@jos_01.tgz --form version="${GITHUB_REF##*/}" --form description="automated upload" https://scan.coverity.com/builds?project=teragrep-jos_01