File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 2525 SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
2626 build :
2727 runs-on : ubuntu-latest
28- needs : sonarqube-analysis
2928 env :
3029 LT_USERNAME : ${{ secrets.LT_USERNAME }}
3130 LT_ACCESS_KEY : ${{ secrets.LT_ACCESS_KEY }}
Original file line number Diff line number Diff line change 55 types : [published]
66
77jobs :
8- sonarqube-analysis :
9- runs-on : ubuntu-latest
10- steps :
11- - name : Checkout repo
12- uses : actions/checkout@v2
13-
14- - name : SonarQube Analysis
15- uses : SonarSource/sonarqube-scan-action@master
16- env :
17- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
18- SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
198 build :
209 if : startsWith(github.ref, 'refs/tags/prod-')
2110 runs-on : ubuntu-latest
22- needs : sonarqube-analysis
2311 steps :
2412 - uses : actions/checkout@v2
2513 - uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments