From 444415f5c1478103d2ece527abd7d47b3be7da4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 20:30:49 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 1c5b675 --- .github/workflows/build-container-images.yml | 2 +- .github/workflows/ci.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-container-images.yml b/.github/workflows/build-container-images.yml index 156108ee3..d6aa6a59d 100644 --- a/.github/workflows/build-container-images.yml +++ b/.github/workflows/build-container-images.yml @@ -240,7 +240,7 @@ jobs: ignore-unfixed: true - name: Upload Trivy results to GitHub Security - uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 + uses: github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4 if: github.event_name != 'pull_request' with: sarif_file: 'trivy-results-${{ matrix.name }}.sarif' diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69af575a9..df8aa849d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,7 +104,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security - uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 + uses: github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4 if: always() with: sarif_file: 'trivy-results.sarif' @@ -123,7 +123,7 @@ jobs: output_file_path: checkov-results.sarif - name: Upload Checkov scan results - uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 + uses: github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4 if: always() with: sarif_file: checkov-results.sarif