Skip to content

Commit

Permalink
fix sonar build
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 8, 2024
1 parent 1a07c38 commit 4197ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'liberica'
java-version: '17'
- name: Cache SonarQube packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 4197ca3

Please sign in to comment.