Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ jobs:
add go manual
add javascript none
add ruby none
add java-kotlin manual
# java-kotlin disabled: CodeQL doesn't support Kotlin 2.3.20 yet (github/codeql#21484)
# add java-kotlin manual
Comment thread
jeremy marked this conversation as resolved.
swift=true
else
if [ "$GO" = "true" ]; then add go manual; fi
if [ "$TS" = "true" ]; then add javascript none; fi
if [ "$RUBY" = "true" ]; then add ruby none; fi
if [ "$KOTLIN" = "true" ]; then add java-kotlin manual; fi
# if [ "$KOTLIN" = "true" ]; then add java-kotlin manual; fi
Comment thread
jeremy marked this conversation as resolved.
swift=$SWIFT
fi

Expand Down
Loading