File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5252 code-analysis :
5353 if : github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
5454 runs-on : ubuntu-latest
55+ needs : [tests]
5556 steps :
5657 - name : sonarcloud
5758 if : ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
Original file line number Diff line number Diff line change 3838 code-analysis :
3939 if : github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
4040 runs-on : ubuntu-latest
41+ needs : [tests]
4142 steps :
4243 - name : sonarcloud
4344 if : ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
Original file line number Diff line number Diff line change 5959 code-analysis :
6060 if : github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
6161 runs-on : ubuntu-latest
62+ needs : [tests]
6263 steps :
6364 - name : sonarcloud
6465 if : ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
You can’t perform that action at this time.
0 commit comments