Skip to content

Commit 4ccbbd0

Browse files
committed
Apply Sonarqube updates in intent
1 parent 1de3f71 commit 4ccbbd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
run: mvn clean install -DskipTests
2323

2424
- name: SonarQube Analysis
25-
env:
26-
SONAR_TOKEN_REMOTE: ${{ secrets.SONAR_TOKEN_REMOTE }}
27-
SONAR_HOST_URL_REMOTE: ${{ secrets.SONAR_HOST_URL_REMOTE }}
25+
env:
26+
SONAR_TOKEN_REMOTE: ${{ secrets.SONAR_TOKEN_REMOTE }}
27+
SONAR_HOST_URL_REMOTE: ${{ secrets.SONAR_HOST_URL_REMOTE }}
2828
run: |
2929
mvn sonar:sonar \
3030
-Dsonar.projectKey=spring-dynamic-microservices \
31-
-Dsonar.organization=vijayagopalsb \
31+
-Dsonar.organization=vijayagopalsb \
3232
-Dsonar.host.url=${{ secrets.SONAR_HOST_URL_REMOTE }} \
3333
-Dsonar.login=${{ secrets.SONAR_TOKEN_REMOTE }}
3434

0 commit comments

Comments
 (0)