Skip to content

Commit

Permalink
Sonar bump (#360)
Browse files Browse the repository at this point in the history
* Sonar bump

* Update .github/workflows/sonar-scan.yml

---------

Co-authored-by: Blaž Hrastnik <[email protected]>
  • Loading branch information
smickovskid and archseer authored Feb 27, 2024
1 parent 4c6911c commit 4ebc7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: sed -i 's+/home/runner/work/feeds-manager/feeds-manager/+/github/workspace/+g' ${{ steps.sonarqube_report_paths.outputs.sonarqube_eslint_report_paths }}

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@a6ba0aafc293e03de5437af7edbc97f7d3ebc91a # v1.2.0
uses: sonarsource/sonarqube-scan-action@69c1a75940dec6249b86dace6b630d3a2ae9d2a7 # v2.0.1
with:
args: >
-Dsonar.go.tests.reportPaths=${{ steps.sonarqube_report_paths.outputs.sonarqube_tests_report_paths }}
Expand Down

0 comments on commit 4ebc7bb

Please sign in to comment.