Skip to content

Commit 62a67e6

Browse files
build(deps): bump SonarSource/sonarqube-scan-action from 6 to 7
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 6 to 7. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v6...v7) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ce6139 commit 62a67e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
fetch-depth: "0" # Shallow clones should be disabled for a better relevancy of analysis
142142
- name: "SonarQube scan"
143-
uses: SonarSource/sonarqube-scan-action@v6
143+
uses: SonarSource/sonarqube-scan-action@v7
144144
timeout-minutes: 10
145145
env:
146146
SONAR_TOKEN: "${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)