Skip to content

Commit 427ec7d

Browse files
committed
chore: Update sonar-scanner to 6.2.1.4610
1 parent bd44e56 commit 427ec7d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: .github/workflows/build.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,10 @@ jobs:
146146
- name: GCC 11 Coverage
147147
run: cmake --build ${{ github.workspace }}/build-11 --config Debug --target asio-grpc-test-coverage
148148

149-
- uses: actions/setup-java@v4
150-
with:
151-
distribution: 'temurin'
152-
java-version: '17'
153-
154149
- name: Download sonar-scanner
155150
uses: warchant/setup-sonar-scanner@v8
156151
with:
157-
version: 5.0.1.3006
152+
version: 6.2.1.4610
158153

159154
- name: Run sonar-scanner
160155
env:

0 commit comments

Comments
 (0)