From 513476d3b8845ec1776adaf7e1314019e5151e00 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 16 Jun 2022 12:34:30 +0700 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a71b56..f068af4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - name: SonarQube Scan - uses: kitabisa/sonarqube-action@v1.1.2 + uses: kitabisa/sonarqube-action@v1.2.0 with: host: ${{ secrets.SONARQUBE_HOST }} login: ${{ secrets.SONARQUBE_TOKEN }}