Skip to content

Commit 7005162

Browse files
committed
Exclude Kotlin modules from CodeQL analysis
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent efe1203 commit 7005162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
java-version: '21'
9797

9898
- name: Compile project
99-
run: ./mvnw -B -ntp clean package -DskipTests=true -Dtoolchain.skip=true
99+
run: ./mvnw -B -ntp clean package -DskipTests=true -Dtoolchain.skip=true -pl '!:querydsl-kotlin-codegen,!:querydsl-ksp-codegen,!:querydsl-kotlin'
100100

101101
- name: Perform CodeQL Analysis
102102
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)