Skip to content

Commit 6eb1446

Browse files
Update SonarSource/sonarqube-scan-action action to v5.3.0 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b5dbe5 commit 6eb1446

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.2.0
38+
uses: SonarSource/sonarqube-scan-action@v5.3.0
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)