Skip to content

Commit b9ae8e3

Browse files
authored
Merge pull request #29 from MobileID-Strong-Authentication/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-6.0.0
Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows
2 parents a3638d3 + e161d4e commit b9ae8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Disabling shallow clones is recommended for improving the relevancy of reporting
5050
fetch-depth: 0
5151
- name: SonarQube Scan
52-
uses: SonarSource/sonarqube-scan-action@v5.3.1 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
52+
uses: SonarSource/sonarqube-scan-action@v6.0.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
5353
env:
5454
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555
with:

0 commit comments

Comments
 (0)