From 7a9fb3262cffb76c4a080408e0f2bd1dc8f659ab Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 28 Feb 2023 10:44:44 +0900 Subject: Do not upload sarif file as artifact --- .github/workflows/scorecards.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github') 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" -- cgit v1.2.3