From ef12023442a820912a41d87c094b4da1b244511a Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 27 Jun 2024 16:23:41 +0800 Subject: [PATCH] modify probuf version --- .github/workflows/sonarqube.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index 3d71c039..563b8200 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -13,12 +13,11 @@ jobs: fetch-depth: 0 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '7.0' + dotnet-version: '6.0' - name: Install Protoc - uses: arduino/setup-protoc@v3 - with: - version: "23.x" - - name: Set up JDK 17 + run: bash scripts/install.sh + + - name: Set up JDK 17 uses: actions/setup-java@v1 with: java-version: 17