From 7ffd0457a2b37d5051f5dcc4155e96d535075659 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Fri, 23 Feb 2024 05:32:37 +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: