From 4709d8da0b02fe1ee6f4ca5f9f4e6e1b3eb2462c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:12:15 +0000 Subject: [PATCH] :arrow_up: Update Update github/codeql-action digest to 9e8d078 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ab07d0e0..6459bce4e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -210,13 +210,13 @@ jobs: files: | release/* - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3 + uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3 if: startsWith(github.ref, 'refs/tags/') with: sarif_file: 'trivy-results' category: ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3 + uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3 if: startsWith(github.ref, 'refs/tags/') with: sarif_file: 'grype-results'