This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push: new 0c9b4d267 Switching to tags for latest scorecard updates 0c9b4d267 is described below commit 0c9b4d267f1e2958a8d7efd355ff9bed4dc1d0e7 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Mon Nov 7 21:23:37 2022 +0000 Switching to tags for latest scorecard updates --- .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 2a480f404..203905380 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@v2.0.6 + uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d #tag=2.0.6 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@v2 + uses: github/codeql-action/upload-sarif@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 #tag=v2 with: sarif_file: results.sarif