Skip to content

Commit

Permalink
chore: Use java 17 for sonarsource scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Oct 28, 2023
1 parent 775484a commit 4cb1cbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ jobs:
- name: GCC 11 Coverage
run: cmake --build ${{ github.workspace }}/build-11 --config Debug --target asio-grpc-test-coverage

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Download sonar-scanner
uses: warchant/setup-sonar-scanner@v7
with:
Expand Down

0 comments on commit 4cb1cbb

Please sign in to comment.