We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c092f88 + 2ee8230 commit 4582e59Copy full SHA for 4582e59
1 file changed
.github/workflows/sonarcloud.yml
@@ -28,6 +28,6 @@ jobs:
28
run: go test -coverprofile cover.out -coverpkg=./... ./...
29
working-directory: ${{ env.relativePath }}
30
- name: SonarCloud Scan
31
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v7
32
env:
33
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments