Update sonarcloud github action

This commit is contained in:
2024-05-02 12:51:40 +02:00
parent 52ee93178f
commit 236d1b2f8b

View File

@@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v1
uses: SonarSource/sonarcloud-github-c-cpp@v2
- name: Install lcov & gcovr
run: |
sudo apt-get -y install lcov