diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index ee1abaa..b2a0c13 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -83,7 +83,7 @@ jobs: echo "VERSION=$(cat _version.txt | tr -d '\r\n')" >> $GITHUB_OUTPUT - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2.1 + uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8.0.0 with: args: > -Dsonar.projectVersion=${{ steps.version.outputs.VERSION }}