From 84e254897de3648505ec43d0ce9b867d35be89da Mon Sep 17 00:00:00 2001 From: mpogr Date: Tue, 3 Sep 2024 17:36:36 +1000 Subject: [PATCH] Update to SARIF v3 --- .github/workflows/Scan-with-Snyk-code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Scan-with-Snyk-code.yaml b/.github/workflows/Scan-with-Snyk-code.yaml index 8b1d17d..a3673b0 100644 --- a/.github/workflows/Scan-with-Snyk-code.yaml +++ b/.github/workflows/Scan-with-Snyk-code.yaml @@ -14,6 +14,6 @@ jobs: args: --all-projects --sarif-file-output=snyk.sarif command: code test - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: snyk.sarif \ No newline at end of file