From c7058a020f8bdb19a79fa2c3c4d7fb9ff35ae5c7 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 1 Apr 2021 18:43:16 +0700 Subject: [PATCH] Use stable release tag instead of master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 254ae46..6acdcdc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@master - name: SonarQube Scan - uses: kitabisa/sonarqube-action@master + uses: kitabisa/sonarqube-action@v1.1.0 with: host: ${{ secrets.SONARQUBE_HOST }} login: ${{ secrets.SONARQUBE_TOKEN }}