Skip to content

Commit b2cec6d

Browse files
build(deps): bump github/codeql-action from 3 to 4 in /.github/actions/scan-image (#3040)
build(deps): bump github/codeql-action in /.github/actions/scan-image 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 91066e3 commit b2cec6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/scan-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ runs:
137137
138138
- name: Upload SARIF file
139139
if: ${{ !cancelled() && inputs.upload-sarif == 'true' }}
140-
uses: github/codeql-action/upload-sarif@v3
140+
uses: github/codeql-action/upload-sarif@v4
141141
with:
142142
sarif_file: ${{ inputs.output-file }}
143143
category: '${{ inputs.category-prefix }}${{ steps.image_details.outputs.safe_image_name }}'

0 commit comments

Comments
 (0)