From 6df96785ffdab1dc24f3e076ecb87ccc86185bb2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 16 Jan 2025 11:12:34 -0700 Subject: [PATCH] Switch to upload-sarif v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a1c03726..1e4fe4b4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: path: ./out/artifacts - name: Upload Sarif if: always() && steps.build.outcome == 'success' - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: # Path to SARIF file relative to the root of the repository sarif_file: cifuzz-sarif/results.sarif