From 4adc04da2fe01d7049c7a295ad58a145aa8e0c2a Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Mon, 4 Mar 2024 22:40:27 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3 Signed-off-by: plural-renovate[bot]@users.noreply.github.com --- .github/workflows/build-container.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index 7cfaadf2..0d69d5b4 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -130,7 +130,7 @@ jobs: ignore-unfixed: true #severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' - name: Build ${{ steps.tag.outputs.app }} image @@ -166,6 +166,6 @@ jobs: ignore-unfixed: true #severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6f27dad5..c8887bfb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: ignore-unfixed: true #severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' trivy-scan: @@ -106,7 +106,7 @@ jobs: ignore-unfixed: true #severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif' publish: