Skip to content

Commit

Permalink
fix: sonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-perosa-zupit committed Apr 4, 2024
1 parent 693ade1 commit aca674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-step-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
host: ${{ inputs.SONAR_HOST_URL }}
projectBaseDir: ${{ inputs.WORKING_DIRECTORY }}
args: >
-Dsonar.qualitygate.wait=${{ inputs.CHECK_QUALITY_GATE }}
-Dsonar.host.url=${{ inputs.SONAR_HOST_URL }}

0 comments on commit aca674b

Please sign in to comment.