Skip to content

Commit 566eae4

Browse files
committed
новый экшенс
1 parent 5ba13fb commit 566eae4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pluginTest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@ jobs:
4242
path: 'target-project'
4343

4444
- name: SonarQube Scan
45-
uses: sonarsource/sonarqube-scan-action@v5
45+
uses: sonarsource/sonarqube-scan-action@v7
4646
env:
4747
SONAR_TOKEN: ${{ env.SONAR_TOKEN }}
4848
SONAR_HOST_URL: http://localhost:9000
49-
JAVA_HOME: ${{ env.JAVA_HOME }}
5049
with:
5150
args: >
52-
-Dsonar.scanner.skipJreProvisioning=true
5351
-Dsonar.projectKey=test-project
5452
-Dsonar.sources=target-project
5553
-Dsonar.lang.patterns.bsl=**/*.bsl,**/*.os

0 commit comments

Comments
 (0)