From 30e2e626f7578f136e101e42ebf509bb1b269759 Mon Sep 17 00:00:00 2001 From: VeggieDiet Date: Wed, 25 Aug 2021 12:23:17 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 15fb0ff..edecaa7 100644 --- a/action.yml +++ b/action.yml @@ -16,4 +16,4 @@ runs: - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v1 with: - sarif_file: smartbugs/results/results.sarif + sarif_file: results.sarif