From 32d5c6f61b2fce558097921e834c8691b84b7932 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:51:52 +0000 Subject: [PATCH] Update github/codeql-action digest to 4bdb89f --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 39acfd56..950b0d6c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -58,7 +58,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@bffd034ab1518ad839a542b8a7356e13a240e076 # v3 + uses: github/codeql-action/init@4bdb89f48054571735e3792627da6195c57459e2 # v3 with: languages: "${{ matrix.language }}" build-mode: none @@ -69,6 +69,6 @@ jobs: # queries: security-extended,security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bffd034ab1518ad839a542b8a7356e13a240e076 # v3 + uses: github/codeql-action/analyze@4bdb89f48054571735e3792627da6195c57459e2 # v3 with: category: "/language:${{matrix.language}}"