Skip to content

Commit 3fb9585

Browse files
authored
Merge pull request #90 from philnash/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-5.3.1
Bump SonarSource/sonarqube-scan-action from 5.0.0 to 5.3.1 in /.github/workflows
2 parents 8d2fd12 + d700fd2 commit 3fb9585

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
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
COVERAGE: json
2626
- name: SonarQube Scan
27-
uses: SonarSource/sonarqube-scan-action@v5.0.0
27+
uses: SonarSource/sonarqube-scan-action@v5.3.1
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)