mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
fixup! Update README.md
This commit is contained in:
parent
21cc32a7ba
commit
3dd0832183
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
You can change the analysis base directory by using the optional input `projectBaseDir` like this:
|
||||
|
||||
```yaml
|
||||
- name: Analyze with SonarQube
|
||||
- name: SonarQube Scan
|
||||
uses: sonarsource/sonarqube-scan-action@master
|
||||
with:
|
||||
projectBaseDir: app/src
|
||||
|
|
@ -62,7 +62,7 @@ You can change the analysis base directory by using the optional input `projectB
|
|||
In case you need to add additional analysis parameters, you can use the `args` option:
|
||||
|
||||
```yaml
|
||||
- name: Analyze with SonarQube
|
||||
- name: SonarQube Scan
|
||||
uses: sonarsource/sonarqube-scan-action@master
|
||||
with:
|
||||
projectBaseDir: app/src
|
||||
|
|
|
|||
Loading…
Reference in a new issue