Skip to content

Commit ed0147b

Browse files
Bump github/codeql-action from 3 to 4 (#2532)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab42381 commit ed0147b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fill-module-cache: true
9393

9494
- name: CodeQL Initialize
95-
uses: github/codeql-action/init@v3
95+
uses: github/codeql-action/init@v4
9696
with:
9797
build-mode: manual
9898
languages: ${{matrix.language}}
@@ -120,7 +120,7 @@ jobs:
120120
# only upload results if the analysis fails
121121
# otherwise, save the output and use `advanced-security/filter-sarif` to filter paths
122122
- name: CodeQL Analyze
123-
uses: github/codeql-action/analyze@v3
123+
uses: github/codeql-action/analyze@v4
124124
with:
125125
category: "/language:${{matrix.language}}"
126126
output: sarif-results
@@ -148,7 +148,7 @@ jobs:
148148
output: sarif-results/cpp.sarif
149149

150150
- name: Upload SARIF
151-
uses: github/codeql-action/upload-sarif@v3
151+
uses: github/codeql-action/upload-sarif@v4
152152
with:
153153
sarif_file: sarif-results
154154

0 commit comments

Comments
 (0)