Skip to content

Commit 4773502

Browse files
Bump github/codeql-action from 3.26.11 to 3.26.12 (#534)
1 parent cb1dcca commit 4773502

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

+2-2
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@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
50+
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
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@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
64+
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
6565
with:
6666
category: "/language:c-cpp"

.github/workflows/msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload SARIF file to GitHub Code Scanning Alerts
7373
- name: Upload SARIF to GitHub
74-
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
74+
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
7575
with:
7676
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)