chore(deps): update sonarsource/sonarqube-scan-action action to v4.1.0
All checks were successful
Lint / Lint (push) Successful in 28s
SonarQube Scan / SonarQube Trigger (push) Successful in 50s

This commit is contained in:
Renovate Bot 2024-12-07 03:03:48 +00:00
parent 0810ca6cce
commit 9ef054011c

View File

@ -19,7 +19,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@94d4f8ac4aaefccd7fb84bff00b0aeb2d65fcd49 # v4.0.0
uses: SonarSource/sonarqube-scan-action@1b442ee39ac3fa7c2acdd410208dcb2bcfaae6c4 # v4.1.0
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}