From 8e12613c8e2c0e577b9c657d42528acd723d4ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:38:26 +0000 Subject: [PATCH] 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/ci.yml | 8 ++++---- .github/workflows/scan.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d28bd93..27e72a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -794,7 +794,7 @@ jobs: - name: Upload trivy scan results to GitHub Security tab if: ${{ env.TRIVY == '1' && always() && env.GITHUB_ADVANCED_SECURITY == '1' }} - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: 'trivy-results.sarif' category: trivy @@ -818,7 +818,7 @@ jobs: - name: Upload grype scan results to GitHub Security tab if: ${{ env.GRYPE == '1' && always() && env.GITHUB_ADVANCED_SECURITY == '1' }} - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ steps.scan-grype.outputs.sarif }} category: grype @@ -1395,7 +1395,7 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: ${{ env.TRIVY == '1' && always() && env.GITHUB_ADVANCED_SECURITY == '1' }} - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 # Requires GitHub Advanced Security # https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security # https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning @@ -1423,7 +1423,7 @@ jobs: - name: Upload Grype scan results to GitHub Security tab if: ${{ env.GRYPE == '1' && always() && env.GITHUB_ADVANCED_SECURITY == '1' }} - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ steps.scan-grype.outputs.sarif }} category: grype diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index f623dfc..0f363f7 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -469,7 +469,7 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: ${{ env.TRIVY == '1' && always() && env.GITHUB_ADVANCED_SECURITY == '1' }} - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 # Requires GitHub Advanced Security # https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security # https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning @@ -497,7 +497,7 @@ jobs: - name: Upload Grype scan results to GitHub Security tab if: ${{ env.GRYPE == '1' && always() && env.GITHUB_ADVANCED_SECURITY == '1' }} - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ steps.scan-grype.outputs.sarif }} category: grype