Skip to content

Commit 53bad1e

Browse files
committed
fix CodeQL
1 parent 3f25876 commit 53bad1e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
33+
with:
34+
fetch-depth: 0
3335

3436
- uses: actions/setup-java@v5
3537
with:
@@ -52,12 +54,7 @@ jobs:
5254

5355
- name: Build Kotlin sources
5456
run: |
55-
./gradlew \
56-
:kotlin-sdk-core:compileKotlinJvm \
57-
:kotlin-sdk-client:compileKotlinJvm \
58-
:kotlin-sdk-server:compileKotlinJvm \
59-
:kotlin-sdk:compileKotlinJvm \
60-
:kotlin-sdk-test:compileKotlinJvm \
57+
./gradlew build -x test \
6158
-Pkotlin.incremental=false \
6259
--no-daemon --stacktrace
6360

0 commit comments

Comments
 (0)