Skip to content

Commit 3bebfe7

Browse files
committed
ci: replace deprecated SonarCloud C/C++
ci: replace deprecated SonarCloud C/C++ action with official sonarqube-scan-action Signed-off-by: Simen S. Røstad <[email protected]>
1 parent 10d0c48 commit 3bebfe7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ jobs:
6363
run: |
6464
west twister -T tests/ --enable-coverage --coverage-platform=native_sim -v --inline-logs --integration --enable-asan --enable-lsan --enable-ubsan
6565
66-
- name: Install sonar-scanner and build-wrapper
67-
uses: SonarSource/sonarcloud-github-c-cpp@v3
66+
- name: SonarQube Scan (install scanner)
67+
uses: SonarSource/[email protected]
68+
env:
69+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6870

6971
- name: Build and test
7072
working-directory: asset-tracker-template

0 commit comments

Comments
 (0)