chore(deps): update sonarsource/sonarqube-scan-action action to v4
All checks were successful
Lint / Lint (push) Successful in 31s
Lint / Lint (pull_request) Successful in 28s
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m2s

This commit is contained in:
Renovate Bot 2024-11-16 03:07:03 +00:00 committed by Felix Schulze
parent 02b28c3b29
commit 95082510e3

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@13990a695682794b53148ff9f6a8b6e22e43955e # v3.1.0
uses: SonarSource/sonarqube-scan-action@94d4f8ac4aaefccd7fb84bff00b0aeb2d65fcd49 # v4.0.0
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}