From 30a1fe4689045bf2dfd7b16aa87bb9d254f675a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:23:02 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3.28.4 --- .github/build-image-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build-image-action/action.yml b/.github/build-image-action/action.yml index 281de82..3cc62de 100644 --- a/.github/build-image-action/action.yml +++ b/.github/build-image-action/action.yml @@ -38,7 +38,7 @@ runs: output: trivy-results.sarif - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3 + uses: github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4 if: always() with: sarif_file: trivy-results.sarif