Skip to content

Commit 23e510a

Browse files
Bump SonarSource/sonarqube-scan-action from 7 to 8
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7 to 8. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v7...v8) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65b7e19 commit 23e510a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/proxy-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: go test -tags testing -coverprofile=coverage.out -covermode=atomic ./...
5353

5454
- name: SonarCloud Scan
55-
uses: SonarSource/sonarqube-scan-action@v7
55+
uses: SonarSource/sonarqube-scan-action@v8
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)