Skip to content

Commit

Permalink
Merge pull request #264 from VisorFolks/dev/pranjalchanda08/263-chang…
Browse files Browse the repository at this point in the history
…e_java_version

Update sonarcloud.yml
  • Loading branch information
akashkollipara authored Dec 24, 2023
2 parents d571a37 + b894e72 commit a237aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
run: |
make get_avr_tc AVR_TC_REPO=https://github.com/VisorFolks/avr-toolchain.git
make get_riscv_tc RISC_V_TC_REPO=https://github.com/VisorFolks/risc-v-toolchain.git
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Download and set up sonar-scanner
env:
SONAR_SCANNER_DOWNLOAD_URL: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
Expand Down

0 comments on commit a237aca

Please sign in to comment.