-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
- failing: Dependency updates 20251220 #19869
Caused by: com.semmle.extractor.java.interceptors.KotlinInterceptor$KotlinVersionTooRecentError: Kotlin version 2.3.0 is too recent. CodeQL currently supports versions below 2.2.30
Due to:
Anki-Android/.github/workflows/codeql.yml
Lines 14 to 21 in 64e5a83
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ "main", "*release*" ] | |
| pull_request: | |
| branches: [ "main", "*release*" ] | |
| schedule: | |
| - cron: '42 12 * * 1' |
@mikehardy - is there a feasible path to only check when the kotlin version is bumped?
Metadata
Metadata
Assignees
Labels
No labels