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"