Skip to content

Commit 756b95a

Browse files
committed
Add --rerun-tasks flag to CodeQL workflow compilation
1 parent 75d63c8 commit 756b95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
:kotlin-sdk:compileKotlinJvm \
6060
:kotlin-sdk-test:compileKotlinJvm \
6161
-Pkotlin.incremental=false \
62-
--no-daemon --stacktrace
62+
--no-daemon --stacktrace --rerun-tasks
6363
6464
- name: Analyze
6565
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)