From 370dda78473f8f736339805da5a6dee0740ea8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:02:18 +0000 Subject: [PATCH] deps(gha): 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/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 984093f..5342d7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -299,7 +299,7 @@ jobs: # are not relevant for the image security. The scan is faster without them. - name: 🛡️🔼 Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 # https://github.com/github/codeql-action + uses: github/codeql-action/upload-sarif@v4 # https://github.com/github/codeql-action with: sarif_file: 'trivy-results.sarif' @@ -324,7 +324,7 @@ jobs: # summary: true # - name: 🛡️🔼 Upload Docker Scout scan results to GitHub Security tab - # uses: github/codeql-action/upload-sarif@v3 # https://github.com/github/codeql-action + # uses: github/codeql-action/upload-sarif@v4 # https://github.com/github/codeql-action # with: # sarif_file: 'scout-results.sarif.json'