We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3de3a89 + ec87528 commit 622636bCopy full SHA for 622636b
1 file changed
.github/workflows/sonarcloud-analysis.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Set Common Sonar Variables
69
id: sonar_env
70
run: |
71
- echo "sonar_opts=-Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=com-pas_compas-scl-auto-alignment -Dsonar.organization=com-pas" >> "$GITHUB_OUTPUT"
+ echo "sonar_opts=-Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=com-pas_compas-scl-data-service -Dsonar.organization=com-pas" >> "$GITHUB_OUTPUT"
72
- name: Create custom Maven Settings.xml
73
uses: whelk-io/maven-settings-xml-action@9dc09b23833fa9aa7f27b63db287951856f3433d # v22
74
with:
0 commit comments