Skip to content

Commit

Permalink
Update java version for the sonarcloud runner
Browse files Browse the repository at this point in the history
  • Loading branch information
snixtho authored Oct 3, 2023
1 parent 79e72ec commit 9edff4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 1.11
distribution: 'oracle'
java-version: '17'

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9edff4a

Please sign in to comment.