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 985b66e commit 541b5a3Copy full SHA for 541b5a3
.github/workflows/sonarcloud-analysis.yml
@@ -71,9 +71,9 @@ jobs:
71
- name: Set Common Sonar Variables
72
id: sonar_env
73
run: |
74
- echo "##[set-output name=sonar_opts;]$(echo -Dsonar.host.url=https://sonarcloud.io \
+ echo "sonar_opts=-Dsonar.host.url=https://sonarcloud.io \
75
-Dsonar.projectKey=com-pas_compas-sct \
76
- -Dsonar.organization=com-pas )"
+ -Dsonar.organization=com-pas" >> $GITHUB_OUTPUT
77
- name: Create custom Maven Settings.xml
78
uses: whelk-io/maven-settings-xml-action@v21
79
with:
0 commit comments