diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 17d165698..f38277a45 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -22,9 +22,6 @@ jobs: BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - uses: actions/checkout@v4 - name: Set up Python 3.8 for gcovr @@ -69,4 +66,4 @@ jobs: run: | sonar-scanner \ --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \ - --define sonar.coverageReportPaths=coverage.xml \ No newline at end of file + --define sonar.coverageReportPaths=coverage.xml