From 3fe90341be5ef34c1a1356c1cb2167c7c88cc8cd Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Mon, 12 Sep 2022 18:32:05 -0500 Subject: [PATCH] Manually update scorecard action to v2.0.3 (#1430) --- .github/workflows/scorecards-analysis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 19250fef1..ebe14cb25 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -18,6 +18,7 @@ jobs: security-events: write actions: read contents: read + id-token: write steps: - name: "Checkout code" @@ -26,7 +27,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@ce330fde6b1a5c9c75b417e7efc510b822a35564 + uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 with: results_file: results.sarif results_format: sarif