From 16198c8a2a4368e70dc749e76c0ab68fb0e106c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 21:38:09 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 16140ae --- .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 4e55d96..df41661 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,7 +24,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 + uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4 if: always() with: sarif_file: 'trivy-results.sarif' @@ -41,7 +41,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy IaC scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 + uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4 if: always() with: sarif_file: 'trivy-config-results.sarif'