From fdd4d8b926f5683bde5bb3cc2fc9a2751eb6f3ed Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Tue, 18 Feb 2025 22:47:29 +0100 Subject: [PATCH] fix: scorecard action (#4762) --- .github/workflows/scorecard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e9a0a91761..c282644f4c 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -13,6 +13,7 @@ on: - cron: "17 17 * * 6" push: branches: ["main"] + workflow_dispatch: # Declare default permissions as read only. permissions: read-all @@ -63,7 +64,7 @@ jobs: - name: "Upload artifact" uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 with: - name: SARIF file + name: SARIF-file path: results.sarif retention-days: 5