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

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


The following commit(s) were added to refs/heads/master by this push:
     new 72a6af0  Update for Scorecard 2
72a6af0 is described below

commit 72a6af083502bf3473b6e391a3ba33e7584bfe1a
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Sat Dec 17 08:43:40 2022 -0500

    Update for Scorecard 2
---
 .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 bffdc1c..cb7a29e 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