Skip to content

Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.25 #365

Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.25

Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.25 #365

Workflow file for this run

name: Qodana
on: [ push, pull_request, workflow_dispatch ]
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
linter: jetbrains/qodana-jvm
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json