Skip to content

Commit

Permalink
fix: temporary fix for sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Apr 16, 2024
1 parent d97f14b commit 4b9bb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4b9bb95

Please sign in to comment.