Skip to content

Commit 9051e6d

Browse files
chore(actions): update sonarsource/sonarqube-scan-action action to v5.3.2
1 parent 0450215 commit 9051e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5.0.0
28+
uses: sonarsource/sonarqube-scan-action@v5.3.2
2929
env:
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3131
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)