Skip to content

Commit e450120

Browse files
Bump sonarsource/sonarqube-scan-action from 7.0.0 to 7.1.0 (#1375)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b1de97 commit e450120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
echo "SONAR_PROJECT_VERSION=$(echo $GITHUB_SHA | cut -c1-8)" >> $GITHUB_ENV
197197
echo "SONAR_REPORT_PATHS=$(ls coverage/coverage-*.json | paste -sd "," -)" >> $GITHUB_ENV
198198
- name: SonarQube Scanner
199-
uses: sonarsource/sonarqube-scan-action@v7.0.0
199+
uses: sonarsource/sonarqube-scan-action@v7.1.0
200200
env:
201201
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
202202
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)