You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ jobs:
51
51
# Disabling shallow clones is recommended for improving the relevancy of reporting
52
52
fetch-depth: 0
53
53
- name: SonarQube Scan
54
-
uses: sonarsource/sonarqube-scan-action@v2.0.2
54
+
uses: sonarsource/sonarqube-scan-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
55
55
env:
56
56
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
57
57
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -61,7 +61,7 @@ If your source code file names contain special characters that are not covered b
61
61
62
62
```yaml
63
63
- name: SonarQube Scan
64
-
uses: sonarsource/sonarqube-scan-action@v2.0.2
64
+
uses: sonarsource/sonarqube-scan-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
65
65
env:
66
66
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
67
67
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -72,7 +72,7 @@ If your SonarQube server uses a self-signed certificate, you can pass a root cer
72
72
73
73
```yaml
74
74
- name: SonarQube Scan
75
-
uses: sonarsource/sonarqube-scan-action@v2.0.2
75
+
uses: sonarsource/sonarqube-scan-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
76
76
env:
77
77
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
78
78
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -83,7 +83,7 @@ You can change the analysis base directory by using the optional input `projectB
83
83
84
84
```yaml
85
85
- name: SonarQube Scan
86
-
uses: sonarsource/sonarqube-scan-action@v2.0.2
86
+
uses: sonarsource/sonarqube-scan-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
87
87
with:
88
88
projectBaseDir: app/src
89
89
```
@@ -92,7 +92,7 @@ In case you need to add additional analysis parameters, and you do not wish to s
92
92
93
93
```yaml
94
94
- name: SonarQube Scan
95
-
uses: sonarsource/sonarqube-scan-action@v2.0.2
95
+
uses: sonarsource/sonarqube-scan-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
0 commit comments