Skip to content

Commit 1124cb2

Browse files
authored
Upgrade SonarQube scan action to version 6.0.0
1 parent 1774a2b commit 1124cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/daily.yaml

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

2828
steps:
2929
- name: SonarQube Scan
30-
uses: SonarSource/sonarqube-scan-action@v2
30+
uses: SonarSource/sonarqube-scan-action@v6.0.0
3131
env:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_LUXOS_TOOLING }}
3333
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)