Skip to content

Commit 86fe817

Browse files
committed
Use a placeholder for the action version in README
1 parent 44de84c commit 86fe817

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Disabling shallow clones is recommended for improving the relevancy of reporting
5252
fetch-depth: 0
5353
- 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
5555
env:
5656
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5757
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
6161

6262
```yaml
6363
- 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
6565
env:
6666
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6767
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
7272

7373
```yaml
7474
- 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
7676
env:
7777
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7878
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -83,7 +83,7 @@ You can change the analysis base directory by using the optional input `projectB
8383

8484
```yaml
8585
- 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
8787
with:
8888
projectBaseDir: app/src
8989
```
@@ -92,7 +92,7 @@ In case you need to add additional analysis parameters, and you do not wish to s
9292

9393
```yaml
9494
- 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
9696
with:
9797
projectBaseDir: app/src
9898
args: >

0 commit comments

Comments
 (0)