Skip to content

codeql.yml does not check dependency-updates - caused a CI break on the PR to main #19870

@david-allison

Description

@david-allison

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:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions