This repository was archived by the owner on Oct 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1212 name : >
1313 'args' input
1414 runs-on : ubuntu-latest
15- permissions : {}
1615 steps :
1716 - uses : actions/checkout@v4
1817 with :
3029 name : >
3130 'projectBaseDir' input
3231 runs-on : ubuntu-latest
33- permissions : {}
3432 steps :
3533 - uses : actions/checkout@v4
3634 with :
5149 name : >
5250 'SONAR_TOKEN' env var required
5351 runs-on : ubuntu-latest
54- permissions : {}
5552 steps :
5653 - uses : actions/checkout@v4
5754 with :
7067 name : >
7168 Don't fail on Gradle project
7269 runs-on : ubuntu-latest
73- permissions : {}
7470 steps :
7571 - uses : actions/checkout@v4
7672 with :
9187 name : >
9288 Don't fail on Kotlin Gradle project
9389 runs-on : ubuntu-latest
94- permissions : {}
9590 steps :
9691 - uses : actions/checkout@v4
9792 with :
@@ -112,7 +107,6 @@ jobs:
112107 name : >
113108 Don't fail on Maven project
114109 runs-on : ubuntu-latest
115- permissions : {}
116110 steps :
117111 - uses : actions/checkout@v4
118112 with :
@@ -133,7 +127,6 @@ jobs:
133127 name : >
134128 'RUNNER_DEBUG' is used
135129 runs-on : ubuntu-latest
136- permissions : {}
137130 steps :
138131 - uses : actions/checkout@v4
139132 with :
You can’t perform that action at this time.
0 commit comments