summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-28 10:44:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-28 11:48:19 +0900
commit7a9fb3262cffb76c4a080408e0f2bd1dc8f659ab (patch)
tree6c790d25f7cb42fa60a42ac69af7ab6207ed10e9 /.github
parentfbbe2850192b119dd5c3a822369af7ad78cd4885 (diff)
Do not upload sarif file as artifact
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7398
Diffstat (limited to '.github')
-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"