Skip to content

Commit f4a45f2

Browse files
Bump github/codeql-action from 3 to 4
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>
1 parent 84aff05 commit f4a45f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Upload SARIF file to GitHub Code Scanning Alerts
5656
- name: Upload SARIF to GitHub
57-
uses: github/codeql-action/upload-sarif@v3
57+
uses: github/codeql-action/upload-sarif@v4
5858
with:
5959
sarif_file: ${{ steps.run-analysis.outputs.sarif }}
6060

0 commit comments

Comments
 (0)