summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/scorecards.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 991ffaa8ab..0de739c28e 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -58,12 +58,12 @@ jobs:
# 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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
- with:
- name: SARIF file
- path: results.sarif
- retention-days: 5
+ # - name: "Upload artifact"
+ # uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ # with:
+ # name: SARIF file
+ # path: results.sarif
+ # retention-days: 5
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"