Update .forgejo/workflows/build.yaml
Some checks failed
Build / build (push) Failing after 1m55s

This commit is contained in:
unurled 2024-03-15 13:56:52 +00:00
parent ed7e5a20c5
commit 817a0c5a3f

View file

@ -12,10 +12,10 @@ jobs:
distribution: 'temurin'
cache: 'gradle'
- name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.1
uses: sonarsource/sonarqube-scan-action@master
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
- name: build
run: |
chmod +x gradlew