From 4044bf89e342d8e7deb84949763b7f23b26fd8e6 Mon Sep 17 00:00:00 2001 From: Stewart Blacklock Date: Tue, 19 Mar 2024 14:58:24 -0700 Subject: [PATCH] Update scorecard.yml Removed creation of artifacts --- .github/workflows/scorecard.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 823f2fddb..29ca85962 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,15 +56,6 @@ jobs: # of the value entered here. publish_results: true - # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF - # format to the repository Actions tab. - - name: "Upload artifact" - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 - with: - name: SARIF file - path: results.sarif - retention-days: 5 - # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4