Skip to content

Commit a093914

Browse files
Bump github/codeql-action from 3 to 4 (#2308)
1 parent c52ea50 commit a093914

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/code-analysis-built-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
6868
Write-Information -MessageData 'Analyzing done.' -InformationAction 'Continue'
6969
- name: Upload SARIF results
70-
uses: github/codeql-action/upload-sarif@v3
70+
uses: github/codeql-action/upload-sarif@v4
7171
with:
7272
sarif_file: results.sarif

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
7878
Write-Information -MessageData 'Analyzing done.' -InformationAction 'Continue'
7979
- name: Upload SARIF results
80-
uses: github/codeql-action/upload-sarif@v3
80+
uses: github/codeql-action/upload-sarif@v4
8181
with:
8282
sarif_file: results.sarif

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199199
with improved task grouping and problem matchers.
200200
- Updated instruction files to use correct build command (`noop` instead of
201201
`build`) and fixed file pattern matching syntax.
202+
- Bump GitHub actions codeql-action/upload-sarif to v4
202203

203204
## [17.2.0] - 2025-09-16
204205

0 commit comments

Comments
 (0)