diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 45545d1958..8b38a6091e 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -24,6 +24,6 @@ jobs: uses: JetBrains/qodana-action@e42ff2d2727091337983f607598abbbce4e25f1f # v2023.3.1 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - - uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3 + - uses: github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0 # v3 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json