diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index ca9cac9..cc21e6f 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,6 +15,6 @@ jobs: uses: JetBrains/qodana-action@v2023.3.1 with: linter: jetbrains/qodana-jvm-community - - uses: github/codeql-action/upload-sarif@v2 + - uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json