Skip to content

Commit

Permalink
Change the version of Protobuf to 3.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jun 27, 2024
1 parent 66de35c commit 6b701bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner
- name: Add .NET global tools to PATH
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "3.19.4"
- name: Install Protobuf 3.19.4
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler=3.19.4
- name: Begin SonarQube analysis
run: |
./.sonar/scanner/dotnet-sonarscanner begin /k:"AElf" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
Expand Down

0 comments on commit 6b701bf

Please sign in to comment.