Skip to content

Commit c38f648

Browse files
chore(actions): update sonarsource/sonarqube-scan-action action to v1.2.0
1 parent 3281321 commit c38f648

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
@@ -24,7 +24,7 @@ jobs:
2424
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
2525
2626
- name: SonarQube Scan
27-
uses: sonarsource/sonarqube-scan-action@v1.1.0
27+
uses: sonarsource/sonarqube-scan-action@v1.2.0
2828
env:
2929
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3030
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)