From 3dd0832183324a27ce90ae20c099eef419daa322 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com> Date: Fri, 21 May 2021 15:46:14 +0200 Subject: [PATCH] fixup! Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5ef2f7..da15bab 100644 --- a/README.md +++ b/README.md @@ -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