Skip to content

Commit 28a69f5

Browse files
⬆ Bump SonarSource/sonarqube-scan-action from 6.0.0 to 7.0.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 240ade1 commit 28a69f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rw_sonarqube_scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: ${{ inputs.download_path }}
6060

6161
- name: SonarCloud Scan
62-
uses: SonarSource/sonarqube-scan-action@v6.0.0
62+
uses: SonarSource/sonarqube-scan-action@v7.0.0
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6565
SONAR_TOKEN: ${{ secrets.sonar_token }}

0 commit comments

Comments
 (0)