From c61bfb31a8f0d6034a02154c8e335700bb0d631c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:40:38 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 411c4c9 --- .github/workflows/shared-codeql.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/shared-codeql.yaml b/.github/workflows/shared-codeql.yaml index f422121..38ec9a1 100644 --- a/.github/workflows/shared-codeql.yaml +++ b/.github/workflows/shared-codeql.yaml @@ -116,19 +116,19 @@ jobs: node-version: ${{ matrix.node-version }} - name: Initialize CodeQL - uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3 + uses: github/codeql-action/init@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3 with: languages: ${{ matrix.language }} - name: Autobuild if: inputs.autobuild == true - uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3 + uses: github/codeql-action/autobuild@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3 - name: Build if: needs.define-matrix.outputs.custom_build == 'true' run: ${{ needs.define-matrix.outputs.build_query }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3 + uses: github/codeql-action/analyze@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3 with: category: "/language:${{matrix.language}}"