Skip to content

Commit 5b0d18a

Browse files
Bump github/codeql-action from 4.35.1 to 4.35.2 (#404)
1 parent ab3e4c7 commit 5b0d18a

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

6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
64+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
6565
with:
6666
languages: c-cpp
6767
build-mode: manual
@@ -75,6 +75,6 @@ jobs:
7575
run: cmake --build out\build\x64-Debug
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
78+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
7979
with:
8080
category: "/language:c-cpp"

.github/workflows/msvc.yml

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

7979
# Upload SARIF file to GitHub Code Scanning Alerts
8080
- name: Upload SARIF to GitHub
81-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
81+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
8282
with:
8383
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)