From 5e92efe9764d488793bba9e27e54914af902428f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:22:10 +0000 Subject: [PATCH] chore: Bump github/codeql-action from 2 to 3 (#208) --- .github/workflows/scheduled-scan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled-scan.yaml b/.github/workflows/scheduled-scan.yaml index 9c83f0e..36987a0 100644 --- a/.github/workflows/scheduled-scan.yaml +++ b/.github/workflows/scheduled-scan.yaml @@ -21,7 +21,7 @@ jobs: ignore-unfixed: true severity: 'CRITICAL,HIGH' - name: Upload Trivy filesystem scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: always() with: sarif_file: 'trivy-filesystem-results.sarif' @@ -43,7 +43,7 @@ jobs: severity: 'CRITICAL,HIGH' output: 'trivy-image-results.sarif' - name: Upload Trivy image scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: always() with: sarif_file: 'trivy-image-results.sarif'