We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cc4f2 commit 066f8d6Copy full SHA for 066f8d6
1 file changed
.github/workflows/codeql-analysis.yml
@@ -150,6 +150,11 @@ jobs:
150
- name: Install Dependencies
151
run: poetry install
152
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
+
158
# Set up Rust for scanning.
159
- name: Set up Rust
160
if: ${{ matrix.language == 'rust' }}
0 commit comments