Skip to content

Commit 010a264

Browse files
Update SonarSource/sonarqube-scan-action action to v8 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 403bd21 commit 010a264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: go test -coverprofile=cover.out ./...
5757

5858
- name: SonarQube Scan
59-
uses: SonarSource/sonarqube-scan-action@v7.0.0
59+
uses: SonarSource/sonarqube-scan-action@v8.1.0
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)