Fix SonarCube Scan action version

This commit is contained in:
Nikolaj Schlej 2025-02-12 09:33:28 +01:00 committed by GitHub
parent 66565a557a
commit 6b853f8caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -364,7 +364,7 @@ jobs:
# run: |
# sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@4.2.1
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}