Skip to content

Commit a93555f

Browse files
authored
Merge pull request #154 from microsoft/ci/outdated-task
ci: updates outdated sonarcloud action
2 parents 38acbd2 + 5b4d5f7 commit a93555f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sonarcloud.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
run: go test -coverprofile cover.out -coverpkg=./... ./...
3535
working-directory: ${{ env.relativePath }}
3636
- name: SonarCloud Scan
37-
uses: SonarSource/sonarcloud-github-action@master
37+
uses: SonarSource/sonarqube-scan-action@v5
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4039
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)