Skip to content

Commit 0d4ae65

Browse files
authored
Merge pull request #140 from roamingowl/dependabot/github_actions/SonarSource/sonarqube-scan-action-6.0.0
chore(deps): bump SonarSource/sonarqube-scan-action from 5.3.0 to 6.0.0
2 parents ebb20e9 + cd618b9 commit 0d4ae65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
ls -la coverage
6969
7070
- name: SonarCloud Scan
71-
uses: SonarSource/sonarqube-scan-action@v5.3.0
71+
uses: SonarSource/sonarqube-scan-action@v6.0.0
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
7474
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)