From 9c47bcc149c1e096acfef771679d1506d441b1a7 Mon Sep 17 00:00:00 2001 From: Sebb Date: Sat, 21 Oct 2023 23:18:39 +0100 Subject: [PATCH] Needed? --- .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 7932672cf..967cfe3d7 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -33,7 +33,8 @@ jobs: permissions: security-events: write # Needed to upload the results to the code-scanning dashboard. actions: read - contents: read + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout steps: