From 92f4e9dcd5f1c3e75004e830fdde366ee3e62745 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sun, 28 Jan 2024 17:24:44 +0100 Subject: [PATCH] Update github action --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a4e514c..9d0dccf 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -50,7 +50,7 @@ jobs: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...' - name: Upload SARIF file - 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: results.sarif \ No newline at end of file