From a54aea5feeb95025af8f86f30060a98972c9e1e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 19:26:25 +0000 Subject: [PATCH] Update github/codeql-action action to v2.3.3 --- .github/workflows/code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 06a25a1b..e4f74b0f 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -64,6 +64,6 @@ jobs: - name: Deploy to GitHub code scanning if: github.ref_name == 'master' - uses: github/codeql-action/upload-sarif@v2.3.2 + uses: github/codeql-action/upload-sarif@v2.3.3 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json