From 15398a00cf7249f244199ea8be283e48a36e0cd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:41:34 +0000 Subject: [PATCH] Update github/codeql-action digest to bffd034 --- .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 87ddc70c..773b52c5 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@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3 + uses: github/codeql-action/init@bffd034ab1518ad839a542b8a7356e13a240e076 # 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@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3 + uses: github/codeql-action/analyze@bffd034ab1518ad839a542b8a7356e13a240e076 # v3 with: category: "/language:${{matrix.language}}"