fix: add Java runtime for SonarQube scanner
This commit is contained in:
parent
92f577c70b
commit
1abd90e256
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Install Node.js and Sonar Scanner
|
||||
run: |
|
||||
apk add --no-cache nodejs npm curl
|
||||
apk add --no-cache nodejs npm curl openjdk17-jre
|
||||
npm install -g sonarqube-scanner
|
||||
|
||||
- name: SonarQube Scan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue