Skip to content

Commit

Permalink
CI: upgrade sonar-scanner action
Browse files Browse the repository at this point in the history
  • Loading branch information
wirew0rm authored and RalphSteinhagen committed Oct 16, 2023
1 parent 0fc0727 commit 93bfda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install sonar-scanner and build-wrapper
if: matrix.configurations.compiler == 'gcc13' && matrix.cmake-build-type == 'Debug'
uses: SonarSource/sonarcloud-github-c-cpp@v1
uses: SonarSource/sonarcloud-github-c-cpp@v2

- name: Configure CMake
if: matrix.configurations.compiler != 'emscripten'
Expand Down

0 comments on commit 93bfda6

Please sign in to comment.