Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update SonarCloud action version to 2
  • Loading branch information
NikolajSchlej authored Oct 26, 2023
1 parent 161c697 commit e0b1e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
distribution: 'zulu'
java-version: 17
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v1
uses: SonarSource/sonarcloud-github-c-cpp@v2
- name: Run build-wrapper
run: |
cmake -B build .
Expand Down

0 comments on commit e0b1e02

Please sign in to comment.