From 6b39e768c125eb60f6ebef17d15403df792a0963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:33:39 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.32.1 --- scan-image/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan-image/action.yml b/scan-image/action.yml index e53f643..6b00749 100644 --- a/scan-image/action.yml +++ b/scan-image/action.yml @@ -20,7 +20,7 @@ runs: ignore-unfixed: true format: sarif output: trivy-results.sarif - - uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 + - uses: github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1 if: always() with: sarif_file: trivy-results.sarif