From 9645f5c2046523c1c16d3d2e4624c1d6f2239eb7 Mon Sep 17 00:00:00 2001 From: Skullian <133133667+Skullians@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:26:34 +0000 Subject: [PATCH] Fix: Use v3 of codeql-action --- .github/workflows/build_qodana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_qodana.yml b/.github/workflows/build_qodana.yml index fca7b45e..fb4fc5b2 100644 --- a/.github/workflows/build_qodana.yml +++ b/.github/workflows/build_qodana.yml @@ -44,6 +44,6 @@ jobs: with: pr-mode: true - - uses: github/codeql-action/upload-sarif@v2 + - uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json \ No newline at end of file