Skip to content

Commit

Permalink
Add Java version sijomc-sonarscan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei-hacker authored Jan 3, 2024
1 parent 72b2db8 commit 78e70f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sijomc-sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- uses: actions/checkout@master
- name: SonarQube Scan
uses: sijomc/sonarscan-action@master
Expand Down

0 comments on commit 78e70f7

Please sign in to comment.