Skip to content

Commit 5fb3787

Browse files
eran132claude
andcommitted
chore: upgrade SonarCloud action to v6 and restore hasadna org config
Upgraded from deprecated v5 to v6. Restored org/project key to hasadna for upstream PR (was temporarily set to eran132 for fork demo). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 28a9db4 commit 5fb3787

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npx jest --coverage --coverageReporters=lcov
3232

3333
- name: SonarCloud Scan
34-
uses: SonarSource/sonarqube-scan-action@v5
34+
uses: SonarSource/sonarqube-scan-action@v6
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sonar.projectKey=eran132_open-bus-map-search
2-
sonar.organization=eran132
1+
sonar.projectKey=hasadna_open-bus-map-search
2+
sonar.organization=hasadna
33
sonar.projectName=open-bus-map-search
44

55
sonar.sources=src

0 commit comments

Comments
 (0)