1
0
mirror of https://github.com/BlizD/Tasks.git synced 2025-03-21 21:17:24 +02:00

Merge pull request from nixel2007/patch-1

Update sonar-scanner.yml
This commit is contained in:
Anton Ivanov 2020-08-08 14:59:18 +03:00 committed by GitHub
commit 919a092cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,8 @@ jobs:
java-version: 11 java-version: 11
- name: Setup SonarQube scanner - name: Setup SonarQube scanner
uses: warchant/setup-sonar-scanner@v1 uses: warchant/setup-sonar-scanner@v1
with:
version: 4.4.0.2170
- name: Run SonarQube on push - name: Run SonarQube on push
if: github.event_name == 'push' if: github.event_name == 'push'
run: sonar-scanner run: sonar-scanner