Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 934e4fd

Browse files
Bump github/codeql-action from 3.30.5 to 4.31.0 (#77)
1 parent 54aa225 commit 934e4fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
4848

4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
50+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
5151
with:
5252
languages: c-cpp
5353
build-mode: manual
@@ -61,6 +61,6 @@ jobs:
6161
run: cmake --build out\build\x64-Debug
6262

6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
64+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
6565
with:
6666
category: "/language:c-cpp"

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload SARIF file to GitHub Code Scanning Alerts
5959
- name: Upload SARIF to GitHub
60-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
60+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
6161
with:
6262
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)