Skip to content

Commit 91066e3

Browse files
build(deps): bump github/codeql-action from 3 to 4 (#3039)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 947aad4 commit 91066e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Upload the SARIF results to GitHub Security tab
9898
# Note: This uploads to the repository where the workflow runs, not the image source
9999
- name: Upload SARIF file
100-
uses: github/codeql-action/upload-sarif@v3
100+
uses: github/codeql-action/upload-sarif@v4
101101
with:
102102
sarif_file: results.sarif
103103
# Create a unique category for each image to separate findings

0 commit comments

Comments
 (0)