From 9fe956ef62bb0ff96de53c06a4b7fa267ed32dfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:08:36 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 5595cca --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 595b2ac..670107c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -30,7 +30,7 @@ jobs: fail-build: true - name: Upload scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 if: always() with: sarif_file: ${{ steps.grype-scan.outputs.sarif }} @@ -75,7 +75,7 @@ jobs: fail-build: true - name: Upload scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 if: always() with: sarif_file: ${{ steps.grype-scan.outputs.sarif }}