You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/14 14:42:20 UTC

[commons-fileupload] 01/02: Revert "Add ossf/scorecard-action to GitHub builds."

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-fileupload.git

commit d3cab9462de7b42fa8642667fc81c9668ada7a58
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 14 10:41:43 2022 -0400

    Revert "Add ossf/scorecard-action to GitHub builds."
    
    This reverts commit 03c7fbd39f144165b6dfd6789ca4e9e8a0f86242.
---
 .github/workflows/scorecards-analysis.yml | 2 +-
 src/changes/changes.xml                   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
index dc14d24..d0b95e4 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -43,7 +43,7 @@ jobs:
           persist-credentials: false
 
       - name: "Run analysis"
-        uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972    # 2.0.3
+        uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972    # 1.1.2
         with:
           results_file: results.sarif
           results_format: sarif
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc3df4a..870b887 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="FILEUPLOAD-341" dev="jochen" type="fix" due-to="Martin Grigorov">Move Exception classes out of the impl package.</action>
       <!-- ADD -->
       <action                        dev="ggregory" type="add" due-to="Gary Gregory">Add github/codeql-action from #144.</action>
-      <action                        dev="ggregory" type="add" due-to="Gary Gregory">Add ossf/scorecard-action to GitHub builds.</action>
       <action                        dev="jochen" type="add">Add the package org.apache.fileupload2.jaksrvlt, for compliance with Jakarta Servlet API 5.0.</action>
       <action                        dev="jochen" type="add">Making FileUploadException a subclass of IOException. (Mibor API simplification.)</action>
       <!-- UPDATE -->