diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 8b3763787..73b74626f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -31,7 +31,7 @@ jobs: - name: tool download run: | wget https://scan.coverity.com/download/linux64 \ - --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=Tongsuo-Project%2FTongsuo" \ + --post-data "token=${{ secrets.COVERITY_TOKEN_83 }}&project=Tongsuo8.3" \ --progress=dot:giga -O coverity_tool.tgz - name: config run: CC=gcc ./config --debug enable-ntls enable-rc5 enable-ssl3 enable-nextprotoneg enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests enable-ec_elgamal enable-cert-compression enable-delegated-credential -DPEDANTIC @@ -45,9 +45,9 @@ jobs: run: tar czvf tongsuo.tgz cov-int - name: Coverity upload run: | - curl --form token="${{ secrets.COVERITY_TOKEN }}" \ + curl --form token="${{ secrets.COVERITY_TOKEN_83 }}" \ --form email=tongsuo-dev@tongsuo.net \ --form file=@tongsuo.tgz \ --form version="`date -u -I` `git rev-parse --short HEAD`" \ --form description="analysis of `git branch --show-current`" \ - https://scan.coverity.com/builds?project=Tongsuo-Project%2FTongsuo + https://scan.coverity.com/builds?project=Tongsuo8.3