From 26caa291c76ebd37622d86a463f36c34258a0e1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:15:30 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c195f0..7753488 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: format: sarif output: ${{ matrix.name }}.sarif - name: Upload Sarif Report - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ matrix.name }}.sarif category: ${{ matrix.name }}