fix: add Java runtime for SonarQube scanner
Some checks failed
build-and-push / lint (push) Successful in 8s
build-and-push / sonar (push) Failing after 8s
build-and-push / docker (push) Has been skipped

This commit is contained in:
nocci 2026-03-07 13:26:54 +00:00
parent 92f577c70b
commit 1abd90e256

View file

@ -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