From 27fc3483eb78c7e04d4e301c274d222704eb6026 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:10:58 +0000 Subject: [PATCH] Update github/codeql-action action to v3 --- .github/workflows/detekt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml index 4a38e4e9c..54558c8c5 100644 --- a/.github/workflows/detekt.yml +++ b/.github/workflows/detekt.yml @@ -33,7 +33,7 @@ jobs: # Make sure we always run this upload task, # because the previous step may fail if there are findings. - name: Upload SARIF to Github using the upload-sarif action - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: success() || failure() with: sarif_file: build/reports/detekt/detekt.sarif