From a1c034752127dcfe7a576e392719cb3228cf66af Mon Sep 17 00:00:00 2001 From: Paul Hodgkinson <41705651+aegilops@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:07:49 +0100 Subject: [PATCH] Update scorecard.yml --- .github/workflows/scorecard.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 33b7529..e0e3552 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -49,14 +49,14 @@ 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@4.6.2 - with: - name: SARIF file - path: results.sarif - retention-days: 5 + # # 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@4.6.2 + # with: + # name: SARIF file + # path: results.sarif + # retention-days: 5 # required for Code scanning alerts - name: "Upload SARIF results to code scanning"