Skip to content

Commit 17df85e

Browse files
committed
chore(security): let codeql fail gracefully
Kotlin 2.3.0 is currently not supported, see github/codeql#20661
1 parent 9127c34 commit 17df85e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
actions: read
3434
contents: read
3535
security-events: write
36+
# CodeQL doesn't support Kotlin 2.3.0 yet (requires < 2.2.30)
37+
# Tracking issue: https://github.com/github/codeql/issues/20661
38+
continue-on-error: true
3639

3740
strategy:
3841
fail-fast: false

0 commit comments

Comments
 (0)