From c53794a24bbbdb7d01c7af3acec700a2d982073f Mon Sep 17 00:00:00 2001 From: Yong Yan Date: Wed, 23 Jun 2021 12:33:34 -0700 Subject: [PATCH] specify upload sarif file path --- .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 8696459..bf77663 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,4 +22,4 @@ jobs: - name: Upload analysis results to GitHub Security tab uses: github/codeql-action/upload-sarif@v1 with: - sarif_file: flawfinder-results.sarif + sarif_file: ./flawfinder-results.sarif