We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed911c8 commit 52df4e0Copy full SHA for 52df4e0
.github/workflows/go-coverage.yml
@@ -37,7 +37,7 @@ jobs:
37
go test -coverprofile=unit.coverage.out -cover ./...
38
39
- name: SonarQube Scan
40
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
41
env:
42
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
43
with:
0 commit comments