github: Use latest SonarQube action
This commit is contained in:
@@ -44,11 +44,11 @@ jobs:
|
|||||||
sudo apt-get install -qq ccache
|
sudo apt-get install -qq ccache
|
||||||
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
|
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
|
||||||
ccache -z
|
ccache -z
|
||||||
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v4
|
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5.3.1
|
||||||
- run: |
|
- run: |
|
||||||
echo "BUILD_WRAPPER_OUT_DIR=$HOME/bw-output" >> $GITHUB_ENV
|
echo "BUILD_WRAPPER_OUT_DIR=$HOME/bw-output" >> $GITHUB_ENV
|
||||||
- uses: ./.github/actions/default
|
- uses: ./.github/actions/default
|
||||||
- uses: SonarSource/sonarqube-scan-action@v4
|
- uses: SonarSource/sonarqube-scan-action@v5.3.1
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user