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

Merge pull request #323 from nixel2007/patch-5

Обновление версии action для sonar-scanner
This commit is contained in:
Anton Ivanov 2024-02-18 16:09:40 +03:00 committed by GitHub
commit 4633a0a404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ jobs:
java-version: 17 java-version: 17
distribution: 'temurin' distribution: 'temurin'
- name: Setup SonarQube scanner - name: Setup SonarQube scanner
uses: warchant/setup-sonar-scanner@v1 uses: warchant/setup-sonar-scanner@v8
- 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