Skip to content

Commit f52298c

Browse files
Test using experimental action branch
The branch uses the v11 cli
1 parent 8fa39f1 commit f52298c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
17-
- uses: sonarsource/sonarqube-scan-action@master
17+
- uses: sonarsource/sonarqube-scan-action@mj/test_cli_v11_update
1818
env:
1919
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret
2020
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

0 commit comments

Comments
 (0)