We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d8bd4 commit ca5976cCopy full SHA for ca5976c
1 file changed
.github/workflows/qa.yml
@@ -59,7 +59,6 @@ jobs:
59
echo "version=$VERSION" >> $GITHUB_OUTPUT
60
id: extract_version
61
62
- # Setup java 17 to be default (sonar-scanner requirement as of 5.x)
63
- name: Установка Java
64
uses: actions/setup-java@v5
65
with:
@@ -68,6 +67,8 @@ jobs:
68
67
69
- name: Установка Sonar-scanner
70
uses: warchant/setup-sonar-scanner@v8
+ with:
71
+ version: 8.1.0.6389
72
73
# Анализ проекта в SonarQube (ветка)
74
- name: Анализ в SonarQube (branch)
0 commit comments