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-fediz.git
The following commit(s) were added to refs/heads/main by this push:
new 66f11fdb Fixup github actions comments
66f11fdb is described below
commit 66f11fdb84f50d8e7af8f63c82b2380c3e14b51f
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Aug 10 16:53:53 2026 +0100
Fixup github actions comments
---
.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 19bfb95f..12865c82 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@4eaacf0543bb3f2c246792bd56e8cdeffafb205a
#tag=2.4.3
+ uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a #
v2.4.3
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@68bde559dea0fdcac2102bfdf6230c5f70eb485e
#tag=v2
+ uses:
github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e #
v4.35.4
with:
sarif_file: results.sarif