Skip to content

Commit 7b33d6e

Browse files
chore(deps): bump github/codeql-action from 3 to 4 (#1665)
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 ff9d988 commit 7b33d6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/anchore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
severity-cutoff: critical
4848

4949
- name: Upload vulnerability report
50-
uses: github/codeql-action/upload-sarif@v3
50+
uses: github/codeql-action/upload-sarif@v4
5151
with:
5252
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
no-fail: true
9797

9898
- name: Upload analysis results to GitHub
99-
uses: github/codeql-action/upload-sarif@v3
99+
uses: github/codeql-action/upload-sarif@v4
100100
with:
101101
sarif_file: hadolint-results.sarif
102102
wait-for-processing: true

0 commit comments

Comments
 (0)