From 42c5af49e84c5d226e1900bdd68d9ae101243082 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:30:54 +0000 Subject: [PATCH] Update github/codeql-action action to v4 --- .github/workflows/codescan-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codescan-analysis.yml b/.github/workflows/codescan-analysis.yml index edfd2f2..596ccf2 100644 --- a/.github/workflows/codescan-analysis.yml +++ b/.github/workflows/codescan-analysis.yml @@ -30,6 +30,6 @@ jobs: organization: ${{ secrets.CODESCAN_ORGANIZATION_KEY }} projectKey: ${{ secrets.CODESCAN_PROJECT_KEY }} - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: codescan.sarif