Skip to content

Commit a096540

Browse files
Bump github/codeql-action from 3.27.9 to 3.28.8 (#208)
1 parent b505802 commit a096540

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
@@ -45,7 +45,7 @@ jobs:
4545
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
4646

4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
48+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4949
with:
5050
languages: c-cpp
5151
build-mode: manual
@@ -59,6 +59,6 @@ jobs:
5959
run: cmake --build out\build\x64-Debug
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
62+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6363
with:
6464
category: "/language:c-cpp"

.github/workflows/msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151

5252
# Upload SARIF file to GitHub Code Scanning Alerts
5353
- name: Upload SARIF to GitHub
54-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
54+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
5555
with:
5656
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)