From 623cc83c3967099318818b8a2ce2be18434aa8fb Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Fri, 4 Aug 2023 13:51:07 +0800 Subject: [PATCH] action: sonar cloud analysis --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec20bd56..f811e741 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis submodules: true - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v1 + uses: SonarSource/sonarcloud-github-c-cpp@v2 - name: Run build-wrapper run: | qmake CONFIG+=release CONFIG+=zim_support CONFIG+=chinese_conversion_support