Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 514f313

Browse files
Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51e9eee commit 514f313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
6464
- name: SonarCloud Scan
65-
uses: SonarSource/sonarqube-scan-action@v5.3.1
65+
uses: SonarSource/sonarqube-scan-action@v6.0.0
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6868
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)