From 337e90ecaa7503c6a39aa83bab0e06d965adfd08 Mon Sep 17 00:00:00 2001 From: mfeferman-bs Date: Mon, 30 Sep 2024 13:01:11 -0500 Subject: [PATCH] Update rescan-codescan-sarif-manual.yml --- .github/workflows/rescan-codescan-sarif-manual.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rescan-codescan-sarif-manual.yml b/.github/workflows/rescan-codescan-sarif-manual.yml index 42df3f9..5a0d568 100644 --- a/.github/workflows/rescan-codescan-sarif-manual.yml +++ b/.github/workflows/rescan-codescan-sarif-manual.yml @@ -47,7 +47,9 @@ jobs: # Used to differentiate multiple results for one commit category: BrightSecurity - name: Save SARIF file - uses: actions/upload-artifact@v4 + # uses: actions/upload-artifact@v4 + uses: github/codeql-action/upload-sarif@v2 with: - name: BrightSecurity_sarif_report - path: bright.sarif + sarif_file: bright.sarif + # name: BrightSecurity_sarif_report + # path: bright.sarif