Skip to content

Commit

Permalink
Updates to the file, delete java-setup action because JRE is included…
Browse files Browse the repository at this point in the history
… in sonar

Signed-off-by: Leonardo Carreras <[email protected]>
  • Loading branch information
leonardocarreras committed Jan 25, 2024
1 parent 9920a23 commit fa4111f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sonar_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up JDK 17+
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
check-latest: true
- 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 fa4111f

Please sign in to comment.