Skip to content

Commit 622636b

Browse files
authored
Merge pull request #696 from com-pas/fix/sonar-analysis-workflow
chore: Fix sonar analysis project key
2 parents 3de3a89 + ec87528 commit 622636b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set Common Sonar Variables
6969
id: sonar_env
7070
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"
71+
echo "sonar_opts=-Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=com-pas_compas-scl-data-service -Dsonar.organization=com-pas" >> "$GITHUB_OUTPUT"
7272
- name: Create custom Maven Settings.xml
7373
uses: whelk-io/maven-settings-xml-action@9dc09b23833fa9aa7f27b63db287951856f3433d # v22
7474
with:

0 commit comments

Comments
 (0)