From 784d3b5a18fc8c24428a1b637940665d070b8c98 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Thu, 30 Nov 2023 21:15:01 +0100 Subject: [PATCH] Workflow update --- .github/workflows/analyze.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 65133a6f..dcd8d509 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -38,12 +38,12 @@ jobs: uses: sonarsource/sonarcloud-github-action@master with: projectBaseDir: cpp - args: > - -Dsonar.host.url=${{ env.SONAR_SERVER_URL }} \ - -Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }} \ - -Dsonar.organization=${{ env.SONAR_ORGANIZATION }} \ - -Dsonar.cfamily.build-wrapper-output=${{ env.BUILD_WRAPPER_OUT_DIR }} \ - -Dsonar.coverageReportPaths=coverage.xml \ - -Dsonar.exclusions="obj/**,bin/**,generated/**" \ - -Dsonar.coverage.exclusions="test/**" \ - -Dsonar.cpd.exclusions="test/**" + args: > + -Dsonar.host.url=${{ env.SONAR_SERVER_URL }} \ + -Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }} \ + -Dsonar.organization=${{ env.SONAR_ORGANIZATION }} \ + -Dsonar.cfamily.build-wrapper-output=${{ env.BUILD_WRAPPER_OUT_DIR }} \ + -Dsonar.coverageReportPaths=coverage.xml \ + -Dsonar.exclusions="obj/**,bin/**,generated/**" \ + -Dsonar.coverage.exclusions="test/**" \ + -Dsonar.cpd.exclusions="test/**"