From 6ce14adad08761d570e1db1e1140c86c75d0813b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:33:16 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4 --- .github/workflows/anchore-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index 6143a05..b687de9 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -24,6 +24,6 @@ jobs: acs-report-enable: true fail-build: false - name: Upload Anchore Scan Report - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: results.sarif