From 8f5c2fe58f9a297e5810e8fbde2e82a75900cdc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:07:19 +0000 Subject: [PATCH] ci(github-action): update github/codeql-action digest to b6a472f --- .github/workflows/kubesec.yml | 2 +- .github/workflows/scan-container.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kubesec.yml b/.github/workflows/kubesec.yml index 929abc075..b6d9892ba 100644 --- a/.github/workflows/kubesec.yml +++ b/.github/workflows/kubesec.yml @@ -49,6 +49,6 @@ jobs: retention-days: 5 - name: Upload Kubesec scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3 + uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3 with: sarif_file: kubesec-results.sarif diff --git a/.github/workflows/scan-container.yaml b/.github/workflows/scan-container.yaml index c42889b65..12fa9808e 100644 --- a/.github/workflows/scan-container.yaml +++ b/.github/workflows/scan-container.yaml @@ -75,6 +75,6 @@ jobs: template: "@/contrib/sarif.tpl" output: trivy-results.sarif - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3 + uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3 with: sarif_file: trivy-results.sarif