We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefcc0a commit a6cc1c3Copy full SHA for a6cc1c3
.github/workflows/build.yml
@@ -15,9 +15,10 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: SonarQube Scan
18
- uses: SonarSource/sonarqube-scan-action@master
+ uses: SonarSource/sonarqube-scan-action@v5.3.1
19
env:
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
- DYNAMIC_PROJECT_KEY: "${{ github.event.repository.name }}"
+ DYNAMIC_PROJECT_KEY: "sonarqubecloud-aleksandra-bozhinoska_${{ github.event.repository.name }}"
22
23
- args: -Dsonar.projectKey=sonarqubecloud-aleksandra-bozhinoska_${{ github.event.repository.name }} -Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska
+ args: >
24
+ -Dsonar.projectKey='sonarqubecloud-aleksandra-bozhinoska_${{ echo java-cl }}' -Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska
0 commit comments