added javar support in quaity check
This commit is contained in:
parent
40f79ac79b
commit
b1bcfd0b94
@ -11,6 +11,11 @@ jobs:
|
||||
with:
|
||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||
fetch-depth: 0
|
||||
- name: Setup java runtime
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '21'
|
||||
- name: SonarQube Scan
|
||||
uses: kitabisa/sonarqube-action@v1.2.0
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user