Skip to content

Commit 0683063

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] <[email protected]>
1 parent b978da0 commit 0683063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
output_format: sarif
105105
output_file_path: checkov-report.sarif
106106
- name: "Upload Checkov results to GitHub Security tab"
107-
uses: github/codeql-action/upload-sarif@v3
107+
uses: github/codeql-action/upload-sarif@v4
108108
with:
109109
sarif_file: checkov-report.sarif
110110
count-lines-of-code:

0 commit comments

Comments
 (0)