Skip to content

Commit 816f1b7

Browse files
chore(actions): update sonarsource/sonarqube-scan-action action to v4.1.0
1 parent 6388644 commit 816f1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
2626
2727
- name: SonarQube Scan
28-
uses: sonarsource/sonarqube-scan-action@v4.0.0
28+
uses: sonarsource/sonarqube-scan-action@v4.1.0
2929
env:
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3131
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)