Skip to content

Commit

Permalink
Use stable release tag instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Apr 1, 2021
1 parent 9b52913 commit c7058a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 }}
Expand Down

0 comments on commit c7058a0

Please sign in to comment.