We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd44e56 commit 427ec7dCopy full SHA for 427ec7d
.github/workflows/build.yml
@@ -146,15 +146,10 @@ jobs:
146
- name: GCC 11 Coverage
147
run: cmake --build ${{ github.workspace }}/build-11 --config Debug --target asio-grpc-test-coverage
148
149
- - uses: actions/setup-java@v4
150
- with:
151
- distribution: 'temurin'
152
- java-version: '17'
153
-
154
- name: Download sonar-scanner
155
uses: warchant/setup-sonar-scanner@v8
156
with:
157
- version: 5.0.1.3006
+ version: 6.2.1.4610
158
159
- name: Run sonar-scanner
160
env:
0 commit comments