Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 2cbbb85

Browse files
committed
💚 Use uses: sonarqube-scan-action
1 parent 2423509 commit 2cbbb85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/devops.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
with:
6363
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
6464
- name: SonarCloud Scan
65-
uses: sonarsource/sonarcloud-github-action@master
65+
uses: SonarSource/sonarqube-scan-action@v5.2.0
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6868
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
69-
with:
70-
args: >
71-
-Dsonar.verbose=true
69+
#with:
70+
# args: >
71+
# -Dsonar.verbose=true
7272

7373
##############################################################################
7474
# Build application

0 commit comments

Comments
 (0)