Skip to content

Commit

Permalink
CI: upgrade Sonar GitHub Action to v2
Browse files Browse the repository at this point in the history
Avoiding Java 11 phase-out with it.
  • Loading branch information
KitsuneRal committed Oct 30, 2023
1 parent 5af4e78 commit 0aebdcd
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 @@ -144,7 +144,7 @@ jobs:
- name: Set up Sonar Cloud tools
id: sonar
if: matrix.static-analysis == 'sonar'
uses: sonarsource/sonarcloud-github-c-cpp@v1
uses: sonarsource/sonarcloud-github-c-cpp@v2

- name: Build and install QtKeychain
run: |
Expand Down

0 comments on commit 0aebdcd

Please sign in to comment.