We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c10d5 commit 0f079f2Copy full SHA for 0f079f2
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,12 @@ jobs:
35
with:
36
fetch-depth: 0
37
38
+ - name: Set up Java
39
+ uses: actions/setup-java@v2
40
+ with:
41
+ java-version: 17
42
+ distribution: "temurin"
43
+
44
- name: Setup Ruby ${{ matrix.version }}
45
uses: ruby/setup-ruby@v1
46
@@ -67,12 +73,6 @@ jobs:
67
73
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
68
74
-Dsonar.projectVersion=${{ env.VERSION }}
69
75
70
- - name: Set up Java
71
- uses: actions/setup-java@v2
72
- with:
- java-version: 17
- distribution: "temurin"
-
76
- name: SonarQube Scan (Pull Request)
77
if: matrix.version == '3.2.2' && github.event_name == 'pull_request'
78
uses: SonarSource/sonarcloud-github-action@v1.9
0 commit comments