Skip to content

Commit ed82e98

Browse files
authored
Merge pull request #1580 from compodoc/renovate/sonarsource-sonarqube-scan-action-5.x
chore(deps): update sonarsource/sonarqube-scan-action action to v5
2 parents 9fb44c4 + 23b5428 commit ed82e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Sonarcloud
6161
if: ${{ matrix.node-version == '16.x' && matrix.os == 'ubuntu-latest' }}
62-
uses: SonarSource/sonarqube-scan-action@v4
62+
uses: SonarSource/sonarqube-scan-action@v5
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)