From a7916a76e69e5bf849ad3e68708612da246733dd Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 1 Nov 2022 22:04:35 +0100 Subject: [PATCH] [core] Fix scorecard regression See the fail in https://github.com/mui/material-ui/actions/runs/3366428356/jobs/5596551353 It's documented in https://github.com/ossf/scorecard-action/issues/998 too. --- .github/workflows/scorecards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 3f3ad5b7e0f9ed..51472582b0e9e7 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Run analysis - uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 # renovate: tag=v2.0.3 + uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # renovate: tag=v2.0.6 with: results_file: results.sarif results_format: sarif