diff --git a/.github/workflows/qodana-cloud.yml b/.github/workflows/qodana-cloud.yml index 3b103105c..3346eb585 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@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2 + - uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # 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 1f69d353c..64d77c588 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@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2 + - uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2 if: always() with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json