Skip to content

Commit ef367b7

Browse files
chore(deps): bump github/codeql-action from 3 to 4 (#2198)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruno Verachten <gounthar@gmail.com>
1 parent 30169fc commit ef367b7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555

5656
# Upload the SARIF file generated in the previous step
5757
- name: Upload SARIF results file
58-
uses: github/codeql-action/upload-sarif@v3
58+
uses: github/codeql-action/upload-sarif@v4
5959
with:
6060
sarif_file: results.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)