From 546a23104eb046a4b27822738f83960e97472f51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:35:24 +0000 Subject: [PATCH] Update github/codeql-action digest to 294a9d9 --- .github/workflows/release-arm.yaml | 8 ++++---- .github/workflows/release.yaml | 4 ++-- .github/workflows/reusable-build-flavor.yaml | 4 ++-- .github/workflows/reusable-docker-arm-build.yaml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release-arm.yaml b/.github/workflows/release-arm.yaml index d6f0a6e48..1b064a884 100644 --- a/.github/workflows/release-arm.yaml +++ b/.github/workflows/release-arm.yaml @@ -298,13 +298,13 @@ jobs: sudo mv build/*trivy.sarif trivy-sarif/ sudo mv build/*grype.sarif grype-sarif/ - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 if: startsWith(github.ref, 'refs/tags/') with: sarif_file: 'trivy-sarif' category: ${{ matrix.flavor }}-trivy - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 if: startsWith(github.ref, 'refs/tags/') with: sarif_file: 'grype-sarif' @@ -406,13 +406,13 @@ jobs: sudo mv build/*grype.sarif grype-sarif/ - name: Upload Trivy scan results to GitHub Security tab if: startsWith(github.ref, 'refs/tags/') - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 with: sarif_file: 'trivy-sarif' category: ${{ matrix.flavor }}-trivy - name: Upload Grype scan results to GitHub Security tab if: startsWith(github.ref, 'refs/tags/') - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 with: sarif_file: 'grype-sarif' category: ${{ matrix.flavor }}-grype diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d37343907..11873ef11 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -211,13 +211,13 @@ jobs: files: | release/* - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 if: startsWith(github.ref, 'refs/tags/') with: sarif_file: 'trivy-sarif' category: ${{ matrix.flavor }}-trivy - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 if: startsWith(github.ref, 'refs/tags/') with: sarif_file: 'grype-sarif' diff --git a/.github/workflows/reusable-build-flavor.yaml b/.github/workflows/reusable-build-flavor.yaml index 30976cbfd..baec7a64f 100644 --- a/.github/workflows/reusable-build-flavor.yaml +++ b/.github/workflows/reusable-build-flavor.yaml @@ -140,13 +140,13 @@ jobs: sudo mv *grype.sarif grype-results/ - name: Upload Trivy scan results to GitHub Security tab if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 with: sarif_file: 'trivy-results' category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}-trivy - name: Upload Grype scan results to GitHub Security tab if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 with: sarif_file: 'grype-results' category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}-grype diff --git a/.github/workflows/reusable-docker-arm-build.yaml b/.github/workflows/reusable-docker-arm-build.yaml index 888c52d82..cbfb071c9 100644 --- a/.github/workflows/reusable-docker-arm-build.yaml +++ b/.github/workflows/reusable-docker-arm-build.yaml @@ -198,13 +198,13 @@ jobs: sudo mv build/*trivy.sarif trivy-sarif/ sudo mv build/*grype.sarif grype-sarif/ - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 if: startsWith(github.ref, 'refs/tags/v') with: sarif_file: 'trivy-sarif' category: ${{ matrix.flavor }}-trivy - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3 + uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 if: startsWith(github.ref, 'refs/tags/v') with: sarif_file: 'grype-sarif'