Skip to content

Commit 7ea4e62

Browse files
Bump sonarsource/sonarqube-scan-action from 7.0.0 to 7.1.0
Bumps [sonarsource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: sonarsource/sonarqube-scan-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d23702 commit 7ea4e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)