diff --git a/.github/workflows/qodana-cloud.yml b/.github/workflows/qodana-cloud.yml index ec772adb7..0bb46a854 100644 --- a/.github/workflows/qodana-cloud.yml +++ b/.github/workflows/qodana-cloud.yml @@ -15,6 +15,6 @@ jobs: uses: JetBrains/qodana-action@95ecb19ba27e308153723e54a790e4ad908b13a0 # v2023.2.8 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - - uses: github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2 + - uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json \ No newline at end of file diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index a3c2753fd..958346b43 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -19,7 +19,7 @@ jobs: with: args: "--fail-threshold,0" upload-result: "true" - - uses: github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2 + - uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2 if: always() with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json