Skip to content

Commit

Permalink
update a bit sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Aug 3, 2023
1 parent d1a29e6 commit e0bd62e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest
env:
SONAR_SCANNER_VERSION: 4.7.0.2747
SONAR_SCANNER_VERSION: 5.0.0.2966
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Download and set up sonar-scanner
env:
Expand All @@ -36,7 +36,7 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get upgrade -y
curl -sL https://deb.nodesource.com/setup_16.x | bash -
curl -sL https://deb.nodesource.com/setup_lts.x | bash -
apt-get install -y gcovr nodejs unzip
mkdir -p $HOME/.sonar
curl -sSLo $HOME/.sonar/sonar-scanner.zip ${{ env.SONAR_SCANNER_DOWNLOAD_URL }}
Expand Down

0 comments on commit e0bd62e

Please sign in to comment.