From f0d9653cccd0ac954ed96226e20d29440d8eac0b Mon Sep 17 00:00:00 2001 From: Pedro Nacht Date: Mon, 31 Oct 2022 10:29:48 -0300 Subject: [PATCH] Bump ossf/scorecard-action to 2.0.6 Fixes unexpected breaking change in upstream API. --- .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 73cab7ff909fc..1eedfe5b8ab51 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@v2.0.3 + uses: ossf/scorecard-action@v2.0.6 with: results_file: results.sarif results_format: sarif