github: Use latest SonarQube action
This commit is contained in:
@@ -54,11 +54,11 @@ jobs:
|
|||||||
path: ~/.cache/ccache
|
path: ~/.cache/ccache
|
||||||
key: ccache-sonarcloud
|
key: ccache-sonarcloud
|
||||||
- run: ccache -z
|
- run: ccache -z
|
||||||
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v7.1.0
|
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v8.2.0
|
||||||
- run: |
|
- run: |
|
||||||
echo "BUILD_WRAPPER_OUT_DIR=$HOME/bw-output" >> $GITHUB_ENV
|
echo "BUILD_WRAPPER_OUT_DIR=$HOME/bw-output" >> $GITHUB_ENV
|
||||||
- run: ./scripts/test.sh
|
- run: ./scripts/test.sh
|
||||||
- uses: SonarSource/sonarqube-scan-action@v7.1.0
|
- uses: SonarSource/sonarqube-scan-action@v8.2.0
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user