File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0
1616 - name : Sonarcloud Scan
17- uses : sonarsource/sonarqube-scan-action@v5.3.1
17+ uses : sonarsource/sonarqube-scan-action@v6.0.0
1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2020 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3636 submodules : recursive
3737 fetch-depth : 0
3838 - name : Install Build Wrapper
39- uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v5.3.1
39+ uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0
4040 - name : Setup
4141 run : |
4242 sudo apt-get install llvm -y
4848 cmake -S c -B build -DCODE_COVERAGE=ON -DCMAKE_C_FLAGS=--coverage -DCMAKE_CXX_FLAGS=--coverage &&
4949 build-wrapper-linux-x86-64 --out-dir ./bw-output cmake --build build -j4 --target ccov-all-export
5050 - name : SonarCloud Scan
51- uses : SonarSource/sonarqube-scan-action@v5.3.1
51+ uses : SonarSource/sonarqube-scan-action@v6.0.0
5252 env :
5353 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5454 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments