From 4b9bb952f6002e609b2e5c2667c2a116b18213a7 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 16 Apr 2024 12:01:16 -0700 Subject: [PATCH] fix: temporary fix for sonarqube --- .github/workflows/ci-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 9eaf31d0ba2..52e7aaad07d 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -302,7 +302,7 @@ jobs: echo "sonarqube_tests_report_paths=$(find go_core_tests_logs -name output.txt | paste -sd "," -)" >> $GITHUB_OUTPUT echo "sonarqube_coverage_report_paths=$(find go_core_tests_logs -name coverage.txt | paste -sd "," -)" >> $GITHUB_OUTPUT - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@69c1a75940dec6249b86dace6b630d3a2ae9d2a7 # v2.0.1 + uses: erikburt/sonarqube-scan-action@0e7aeb5c0fde88c2ee645c3224cdbe0f6e678a99 # Temporary Fix - v2.0.1 with: args: > -Dsonar.go.tests.reportPaths=${{ steps.sonarqube_report_paths.outputs.sonarqube_tests_report_paths }}