From 2b0f77cf9a1a30bc3704674df95f83f291125098 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 23:29:10 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 8662eab --- .github/workflows/qodana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 9e74de2fc69..93afaca977a 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@8662eabe0e9f338a07350b7fd050732745f93848 # v2 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json