Skip to content

Commit 066f8d6

Browse files
authored
Fix CodeQL scanning for Kotlin (#5297)
1 parent 95cc4f2 commit 066f8d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ jobs:
150150
- name: Install Dependencies
151151
run: poetry install
152152

153+
# Workaround for Kotlin scanning.
154+
- name: Set up Kotlin
155+
if: ${{ matrix.language == 'kotlin' }}
156+
run: sudo snap install kotlin --classic --channel=2.2/stable
157+
153158
# Set up Rust for scanning.
154159
- name: Set up Rust
155160
if: ${{ matrix.language == 'rust' }}

0 commit comments

Comments
 (0)