Use stable release tag instead of master

This commit is contained in:
Dwi Siswanto 2021-04-01 18:43:16 +07:00
parent 9b52913486
commit c7058a020f

View File

@ -24,7 +24,7 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: SonarQube Scan - name: SonarQube Scan
uses: kitabisa/sonarqube-action@master uses: kitabisa/sonarqube-action@v1.1.0
with: with:
host: ${{ secrets.SONARQUBE_HOST }} host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }} login: ${{ secrets.SONARQUBE_TOKEN }}