Skip to content

Commit 1cd072e

Browse files
authored
Merge pull request #50 from agilezebra/sonarqube-scan-action
use sonarqube-scan-action
2 parents 945e83f + 04cadf3 commit 1cd072e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: go test -v -coverprofile=coverage.out -json > report.json
3636

3737
- name: Sonar Scan
38-
uses: SonarSource/sonarcloud-github-action@master
38+
uses: SonarSource/sonarqube-scan-action@v5
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)