Use a placeholder for the action version in README

This commit is contained in:
antoine.vinot 2024-05-23 11:56:27 +02:00 committed by Antoine Vinot
commit 9c11606f13

View file

@ -48,7 +48,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting # Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0 fetch-depth: 0
- name: SonarCloud Scan - name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master uses: sonarsource/sonarcloud-github-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@ -57,7 +57,7 @@ jobs:
You can change the analysis base directory by using the optional input `projectBaseDir` like this: You can change the analysis base directory by using the optional input `projectBaseDir` like this:
```yaml ```yaml
uses: sonarsource/sonarcloud-github-action@master uses: sonarsource/sonarcloud-github-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan
with: with:
projectBaseDir: my-custom-directory projectBaseDir: my-custom-directory
``` ```
@ -66,7 +66,7 @@ In case you need to add additional analysis parameters, you can use the `args` o
```yaml ```yaml
- name: Analyze with SonarCloud - name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master uses: sonarsource/sonarcloud-github-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan
with: with:
projectBaseDir: my-custom-directory projectBaseDir: my-custom-directory
args: > args: >