We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1de97 commit e450120Copy full SHA for e450120
1 file changed
.github/workflows/ci.yml
@@ -196,7 +196,7 @@ jobs:
196
echo "SONAR_PROJECT_VERSION=$(echo $GITHUB_SHA | cut -c1-8)" >> $GITHUB_ENV
197
echo "SONAR_REPORT_PATHS=$(ls coverage/coverage-*.json | paste -sd "," -)" >> $GITHUB_ENV
198
- name: SonarQube Scanner
199
- uses: sonarsource/sonarqube-scan-action@v7.0.0
+ uses: sonarsource/sonarqube-scan-action@v7.1.0
200
env:
201
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
202
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments