From be1c8a6a5bd5ac60282c79d6f714029c5b79d466 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:45:05 +0000 Subject: [PATCH] Update github/codeql-action action to v4 --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 22bb189..262ea10 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -136,6 +136,6 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: 'trivy-results.sarif'