Skip to content

Commit 987a75d

Browse files
Update SonarSource/sonarqube-scan-action action to v6
1 parent 5403dc4 commit 987a75d

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
@@ -35,7 +35,7 @@ jobs:
3535
run: go test -coverprofile=cover.out ./...
3636

3737
- name: SonarQube Scan
38-
uses: SonarSource/sonarqube-scan-action@v5.3.0
38+
uses: SonarSource/sonarqube-scan-action@v6.0.0
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)