Skip to content

Commit bc8cc63

Browse files
build(deps): bump SonarSource/sonarqube-scan-action from 6 to 7 (#80)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ce6139 commit bc8cc63

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)