ci(sonarqube): correct project key to Runic-Gateway-link

The SonarQube server already has a project keyed Runic-Gateway-link and
refuses to create a case-variant duplicate, so the scan (added in #13)
failed to auto-create runic-gateway-link. Match the existing key.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-20 23:22:58 -05:00
parent 21b9920f80
commit 31497c38b2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# SonarQube analysis config for the link (uo-link sidecar) repo.
# Consumed by the scanner in .gitea/workflows/sonarqube.yml on push to main.
# The project key must match the one created in SonarQube (dashboard URL
# ?id=runic-gateway-link).
# ?id=Runic-Gateway-link).
sonar.projectKey=runic-gateway-link
sonar.projectKey=Runic-Gateway-link
sonar.projectName=runic gateway link
# Analysed application code. The Rust sidecar crate lives under sidecar/src.