From 5c4670d898a957eb308b71680c1a25f5ac7d5d06 Mon Sep 17 00:00:00 2001 From: Jake Schuurmans Date: Thu, 15 Feb 2024 15:01:39 -0500 Subject: [PATCH] FS-1101; Update sarif --- .github/workflows/push-pr-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-pr-lint.yaml b/.github/workflows/push-pr-lint.yaml index d94f059..d3db3f3 100644 --- a/.github/workflows/push-pr-lint.yaml +++ b/.github/workflows/push-pr-lint.yaml @@ -54,7 +54,7 @@ jobs: fail-build: false - name: upload Anchore scan SARIF report - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.scan.outputs.sarif }} # This should run even if we fail the container scan