From 03d92168c9ed851edfdf3fbe1ebc200dea76d769 Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Mon, 5 Dec 2022 13:39:30 +0800 Subject: [PATCH] action: sonar check --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 221a7d3b..3de5a35d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,7 @@ jobs: - uses: actions/checkout@v3 with: 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 - name: Run build-wrapper