We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f25876 commit 53bad1eCopy full SHA for 53bad1e
1 file changed
.github/workflows/codeql.yml
@@ -29,7 +29,9 @@ jobs:
29
30
steps:
31
- name: Checkout repository
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
+ with:
34
+ fetch-depth: 0
35
36
- uses: actions/setup-java@v5
37
with:
@@ -52,12 +54,7 @@ jobs:
52
54
53
55
- name: Build Kotlin sources
56
run: |
- ./gradlew \
- :kotlin-sdk-core:compileKotlinJvm \
57
- :kotlin-sdk-client:compileKotlinJvm \
58
- :kotlin-sdk-server:compileKotlinJvm \
59
- :kotlin-sdk:compileKotlinJvm \
60
- :kotlin-sdk-test:compileKotlinJvm \
+ ./gradlew build -x test \
61
-Pkotlin.incremental=false \
62
--no-daemon --stacktrace
63
0 commit comments