From 8a633f9fe0df43042c2d4c996aa28e9ce30cdfad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:38:33 +0000 Subject: [PATCH 1/2] 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/daily-scan.yaml | 4 ++-- .github/workflows/scan-image-grype.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily-scan.yaml b/.github/workflows/daily-scan.yaml index 1c420770..6ab597f3 100644 --- a/.github/workflows/daily-scan.yaml +++ b/.github/workflows/daily-scan.yaml @@ -27,7 +27,7 @@ jobs: severity: 'CRITICAL,HIGH,MEDIUM' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: 'trivy-results.sarif' timeout-minutes: 30 @@ -60,7 +60,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: 'trivy-results.sarif' category: 'release-cve-scan' diff --git a/.github/workflows/scan-image-grype.yml b/.github/workflows/scan-image-grype.yml index 5ba1b3cd..4f1b592a 100644 --- a/.github/workflows/scan-image-grype.yml +++ b/.github/workflows/scan-image-grype.yml @@ -170,7 +170,7 @@ jobs: mv enriched-results.sarif results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: results.sarif category: "${{ inputs.category-prefix }}${{ steps.image_details.outputs.safe_name }}" From ce6a9c5b0a30465af570f3fd0199fe898e1d90ae Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Tue, 4 Nov 2025 14:43:19 -0300 Subject: [PATCH 2/2] run ci