Skip to content

changed sonarqube version #3

changed sonarqube version

changed sonarqube version #3

Workflow file for this run

name: SonarQube Scan
on:
push:
branches:
- sonarqube-integration
jobs:
build:
name: scan
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}