From b87ffe4bf5f4c779eea016a99bb97b5677e5e03a Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 16 Jun 2022 10:27:37 +0700 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6acdcdc..2a70753 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@master - name: SonarQube Scan - uses: kitabisa/sonarqube-action@v1.1.0 + uses: kitabisa/sonarqube-action@v1.1.2 with: host: ${{ secrets.SONARQUBE_HOST }} login: ${{ secrets.SONARQUBE_TOKEN }}