Skip to content

Commit c63775b

Browse files
chore(actions): update sonarsource/sonarqube-scan-action action to v2.3.0
1 parent d5f6b9a commit c63775b

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
@@ -27,7 +27,7 @@ jobs:
2727
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
2828
2929
- name: SonarQube Scan
30-
uses: sonarsource/sonarqube-scan-action@v2.0.1
30+
uses: sonarsource/sonarqube-scan-action@v2.3.0
3131
env:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3333
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)