From b49848af6d8e12d2c3147efa2092473a4ec11c88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:30:05 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to e46ed2c --- .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 99aa9a5..b0a0378 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@d4b3ca9fa7f69d38bfcd667bdc45bc373d16277e # v4 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # 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@d4b3ca9fa7f69d38bfcd667bdc45bc373d16277e # v4 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 if: always() with: sarif_file: ${{ steps.grype-scan.outputs.sarif }}