From 3decc9118bc3d97b6bc5bb0a6ab61f66d7b9860d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:20:25 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4 --- .github/workflows/scan-with-trivy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan-with-trivy.yml b/.github/workflows/scan-with-trivy.yml index 70ab5af..47077ab 100644 --- a/.github/workflows/scan-with-trivy.yml +++ b/.github/workflows/scan-with-trivy.yml @@ -71,7 +71,7 @@ jobs: limit-severities-for-sarif: true - name: Upload scan results to GitHub Security tab if: ${{matrix.scan_enabled == true && inputs.vulnerability_scan == true}} - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: 'trivy-results.sarif' - name: Update GitHub Dependency Graph @@ -131,7 +131,7 @@ jobs: limit-severities-for-sarif: true - name: Upload scan results to GitHub Security tab if: ${{inputs.vulnerability_scan == true}} - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: 'trivy-results.sarif' - name: Update GitHub Dependency Graph