Skip to content

Commit 7901fad

Browse files
authored
sonar: Update deprecated action (#159)
* sonar: Update deprecated action * sonar: Update deprecated action to v5.1.0
1 parent 4904224 commit 7901fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
env:
2626
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2727
if: github.event.pull_request.head.repo.full_name == github.repository || env.SONAR_TOKEN != ''
28-
uses: sonarsource/sonarcloud-github-action@master
28+
uses: SonarSource/sonarqube-scan-action@v5.1.0

0 commit comments

Comments
 (0)