From 5dc95d2aaeefaa7acda7fe4efa8d2c0e8ffd6d40 Mon Sep 17 00:00:00 2001 From: Steven Bellock Date: Fri, 1 Nov 2024 14:48:24 -0700 Subject: [PATCH] Update CodeQL version from 2 to 3 Fix #2882. Signed-off-by: Steven Bellock --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 583e2e93096..d923b68677c 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -30,7 +30,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