diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 9e74de2fc69..f03de069800 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -21,6 +21,6 @@ jobs: uses: JetBrains/qodana-action@7afb26c0c2f325c0d5c21ea1f617c79c7f899337 # v2022.3.4 with: args: --source-directory,./src/main/java , --fail-threshold, 0 - - uses: github/codeql-action/upload-sarif@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2 + - uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json