Bump github/codeql-action from 3.30.5 to 4.31.2 (#647)

This commit is contained in:
dependabot[bot]
2025-11-01 13:18:00 -07:00
committed by GitHub
parent 232bbf2e39
commit 66c2c12884
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
- name: Initialize CodeQL
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
with:
languages: c-cpp
build-mode: manual
@@ -73,6 +73,6 @@ jobs:
run: cmake --build out\build\x64-Debug
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
with:
category: "/language:c-cpp"