Skip to content

Commit 69496dd

Browse files
committed
ci: обновить Sonar scan action до v6
- Заменен sonarqube-scan-action v5 на поддерживаемую v6
1 parent ffd4470 commit 69496dd

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
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: SonarCloud Scan
9696
if: ${{ env.SONAR_TOKEN != '' && vars.SONAR_PROJECT_KEY != '' && vars.SONAR_ORGANIZATION != '' }}
97-
uses: SonarSource/sonarqube-scan-action@v5
97+
uses: sonarsource/sonarqube-scan-action@v6
9898
with:
9999
args: >
100100
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}

0 commit comments

Comments
 (0)