diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 5c2f859776..3e798dc9a9 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -24,6 +24,6 @@ jobs: uses: JetBrains/qodana-action@v2023.2 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - - uses: github/codeql-action/upload-sarif@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2 + - uses: github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json