Bump github/codeql-action from 4.31.0 to 4.31.2 in the actions group (#357)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-11-03 08:22:02 -06:00 committed by GitHub
parent d0ed67cd80
commit bafa539ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
with:
languages: ${{ matrix.language }}
build-mode: none
@ -71,6 +71,6 @@ jobs:
pip install -e .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
with:
category: "/language:${{matrix.language}}"