diff --git a/.gitea/workflows/gitea-actions-sonarqube.yml b/.gitea/workflows/gitea-actions-sonarqube.yml index 6a09ea7..bf3e80a 100644 --- a/.gitea/workflows/gitea-actions-sonarqube.yml +++ b/.gitea/workflows/gitea-actions-sonarqube.yml @@ -35,6 +35,8 @@ jobs: steps: - run: apt update - run: apt install nodejs openjdk-21-jdk -y + - run: java --version + - run: update-alternatives --config java - name: Checking out uses: actions/checkout@v4 with: