Skip to content

Commit a1f3dcd

Browse files
Bump github/codeql-action from 2 to 3 (#1457)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action 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 3d1da6e commit a1f3dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
trivy rootfs --ignore-unfixed --format sarif --output trivy-results-kctrl.sarif "kctrl"
118118
trivy rootfs --ignore-unfixed --format json --output trivy-results-kctrl.json "kctrl"
119119
- name: Upload Trivy scan results to GitHub Security tab
120-
uses: github/codeql-action/upload-sarif@v2
120+
uses: github/codeql-action/upload-sarif@v3
121121
with:
122122
sarif_file: '.'
123123
- name: Create Issues Summary

0 commit comments

Comments
 (0)