From 6e7cfb6d5a5c3d16757cd1bfe720bde581aa57d8 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 15 Apr 2024 10:08:40 +0100 Subject: [PATCH] Update ossf/scorecard to 2.3.1 --- .github/workflows/scorecard.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 4d047171ea..8f41b86881 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -37,10 +37,10 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2 + uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 with: - results_file: results.sarif - results_format: sarif + result_file: results.sarif + result_format: sarif # (Optional) "write" PAT token. Uncomment the `repo_token` line below if: # - you want to enable the Branch-Protection check on a *public* repository, or # - you are installing Scorecard on a *private* repository -- 2.47.2