From d0e907ac578079f656551860319485be3025b03a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:33:31 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 9b0ac1c --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b1ba982d1a..9a495bfc9c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,14 +36,14 @@ jobs: uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 - name: Initialize CodeQL - uses: github/codeql-action/init@4c3e5362829f0b0bb62ff5f6c938d7f95574c306 + uses: github/codeql-action/init@9b0ac1cc3b2985145e276933b2b96f423f56e68b with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@4c3e5362829f0b0bb62ff5f6c938d7f95574c306 + uses: github/codeql-action/autobuild@9b0ac1cc3b2985145e276933b2b96f423f56e68b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4c3e5362829f0b0bb62ff5f6c938d7f95574c306 + uses: github/codeql-action/analyze@9b0ac1cc3b2985145e276933b2b96f423f56e68b with: category: '/language:${{ matrix.language }}'