From eb54b99639161267378490641773cc48a2550ce9 Mon Sep 17 00:00:00 2001 From: 1eyewonder Date: Tue, 24 Dec 2024 09:32:58 -0600 Subject: [PATCH] Updated upload-sarif action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1ab9404..533130b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: # As you always want the report to upload continue-on-error: true - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: # You can also specify the path to a folder for `sarif_file` sarif_file: analysisreports