add dhcp servers
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 9s

This commit is contained in:
root
2024-09-17 11:23:31 +02:00
parent 27c462ca68
commit 08bb85eb62

View File

@@ -17,6 +17,10 @@ jobs:
with: with:
# Disabling shallow clone is recommended for improving relevancy of reporting # Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- name: SonarQube Scan - name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.1 uses: kitabisa/sonarqube-action@v1.2.1
with: with: