diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index be81e9a..0225c51 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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