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:08:08 UTC

[commons-jxpath] branch master updated: [StepSecurity] ci: Harden GitHub Actions #66

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


The following commit(s) were added to refs/heads/master by this push:
     new 299838f  [StepSecurity] ci: Harden GitHub Actions #66
     new d4850f3  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-jxpath.git
299838f is described below

commit 299838f695b73d81e488b0083f8e9294c0b367af
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 17:07:51 2023 -0400

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index edb1e27..eeaa238 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,6 +98,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         XMLDocumentContainer.XMLDocumentContainer(Source) now calls Objects.requireNonNull() instead of throwing a RuntimeException.
       </action>
+      <action dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory">
+        [StepSecurity] ci: Harden GitHub Actions #66.
+      </action>            
       <!-- ADD -->
       <action issue="JXPATH-123" dev="mbenson" type="add">
         XPath function "ends-with" is not implemented (although "starts-with" is).