Skip to content

Commit 52df4e0

Browse files
Update SonarSource/sonarqube-scan-action action to v6 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed911c8 commit 52df4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go test -coverprofile=unit.coverage.out -cover ./...
3838
3939
- name: SonarQube Scan
40-
uses: SonarSource/sonarqube-scan-action@v5
40+
uses: SonarSource/sonarqube-scan-action@v6
4141
env:
4242
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4343
with:

0 commit comments

Comments
 (0)