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 2023/06/24 21:32:46 UTC

[commons-validator] branch master updated: [StepSecurity] ci: Harden GitHub Actions #136

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


The following commit(s) were added to refs/heads/master by this push:
     new 055feb2d [StepSecurity] ci: Harden GitHub Actions #136
055feb2d is described below

commit 055feb2d52b0cfb5f4327a1a7b9167b48b8667b0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 17:32:42 2023 -0400

    [StepSecurity] ci: Harden GitHub Actions #136
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8f4cf419..a22f67a3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="John Patrick">
       Use JUnit 5 assertThrows() #92, #93, #94, #95.
     </action>
+    <action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">
+      [StepSecurity] ci: Harden GitHub Actions #136.
+    </action>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Dependabot, Gary Gregory">
       Add github/codeql-action.