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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ac37bcd7b7 Fixup action comments using pinact
3ac37bcd7b7 is described below

commit 3ac37bcd7b7f1715365cbc6cfebca1181adafde9
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Aug 10 16:52:45 2026 +0100

    Fixup action comments using pinact
---
 .github/workflows/scorecards.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index ea6e30a8da0..1d6bad56755 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -30,7 +30,7 @@ jobs:
           persist-credentials: false
 
       - name: "Run analysis"
-        uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc 
#tag=2.4.4
+        uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # 
v2.4.4
         with:
           results_file: results.sarif
           results_format: sarif
@@ -57,6 +57,6 @@ jobs:
       
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload to code-scanning"
-        uses: 
github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 
#tag=v2
+        uses: 
github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # 
v4.37.6
         with:
           sarif_file: results.sarif

Reply via email to