From d86fd06ab79ade50123071a0a94fdc79b11d3396 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:41:43 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to e4fba86 --- .github/actions/supply-chain-attest/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/supply-chain-attest/action.yaml b/.github/actions/supply-chain-attest/action.yaml index f89dd7cbe..f55d74d63 100644 --- a/.github/actions/supply-chain-attest/action.yaml +++ b/.github/actions/supply-chain-attest/action.yaml @@ -93,7 +93,7 @@ runs: always() && (steps.grype-sbom.outputs.sarif != '' || steps.grype-image.outputs.sarif != '') - uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4 + uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 with: sarif_file: ${{ steps.grype-sbom.outputs.sarif || steps.grype-image.outputs.sarif }} category: ${{ inputs.grype-category }}