Skip to content

Commit 36c53da

Browse files
authored
Merge pull request #336 from microsoftgraph/ci/outdated-task
ci: updates outdated sonarcloud action
2 parents 788302f + c676ea7 commit 36c53da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run: go test -coverprofile cover.out -coverpkg=./... ./...
2929
working-directory: ${{ env.relativePath }}
3030
- name: SonarCloud Scan
31-
uses: SonarSource/sonarcloud-github-action@master
31+
uses: SonarSource/sonarqube-scan-action@v5
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3433
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)