Skip to content

Commit

Permalink
add distribution to the Java step in sonarqube.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meleksabit committed Sep 14, 2024
1 parent e644882 commit 8a1ecce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
java-package: 'jdk'

- name: Install SonarQube Scanner
run: |
Expand Down

0 comments on commit 8a1ecce

Please sign in to comment.