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.
1 parent 59c3573 commit 0a22762Copy full SHA for 0a22762
.github/workflows/sonarcloud-analysis.yml
@@ -52,9 +52,9 @@ jobs:
52
- name: Set Common Sonar Variables
53
id: sonar_env
54
run: |
55
- echo "##[set-output name=sonar_opts;]$(echo -Dsonar.host.url=https://sonarcloud.io \
+ echo "sonar_opts=-Dsonar.host.url=https://sonarcloud.io \
56
-Dsonar.projectKey=com-pas_compas-scl-data-service \
57
- -Dsonar.organization=com-pas )"
+ -Dsonar.organization=com-pas \" >> $GITHUB_OUTPUT
58
- name: Create custom Maven Settings.xml
59
uses: whelk-io/maven-settings-xml-action@v21
60
with:
0 commit comments