From 89050523735a651d5e944f2b5a5d304dcd52b543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:40:52 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3 to 4 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](https://github.com/github/codeql-action/compare/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] --- .github/workflows/anchore.yml | 2 +- .github/workflows/hadolint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index f41351d9..58f7d325 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -47,6 +47,6 @@ jobs: severity-cutoff: critical - name: Upload vulnerability report - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ steps.scan.outputs.sarif }} diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index d2cfbbf4..f755e81b 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -96,7 +96,7 @@ jobs: no-fail: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: hadolint-results.sarif wait-for-processing: true