This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c47bcc1 Needed?
9c47bcc1 is described below

commit 9c47bcc149c1e096acfef771679d1506d441b1a7
Author: Sebb <s...@apache.org>
AuthorDate: Sat Oct 21 23:18:39 2023 +0100

    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 7932672c..967cfe3d 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:
 

Reply via email to