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:23:20 UTC

[commons-pool] branch master updated (f414d037 -> adaa0110)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


    from f414d037 [StepSecurity] ci: Harden GitHub Actions (#225)
     new 4796616a [StepSecurity] ci: Harden GitHub Actions #225.
     new adaa0110 [StepSecurity] ci: Harden GitHub Actions #225.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)


[commons-pool] 02/02: [StepSecurity] ci: Harden GitHub Actions #225.

Posted by gg...@apache.org.
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-pool.git

commit adaa011062f9ae3217d64a4539e9c0887c2ca661
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 17:23:16 2023 -0400

    [StepSecurity] ci: Harden GitHub Actions #225.


[commons-pool] 01/02: [StepSecurity] ci: Harden GitHub Actions #225.

Posted by gg...@apache.org.
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-pool.git

commit 4796616a1fb04b38569cdb5df0307c104364c778
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 17:23:16 2023 -0400

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bba3b8fa..375b0501 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,9 @@ The <action> type attribute can be add,update,fix,remove.
       Make private class GenericKeyedObjectPool.ObjectDeque class static.
       Make private class BaseGenericObjectPool.StatsStore class static.      
     </action>
+    <action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">
+      [StepSecurity] ci: Harden GitHub Actions #225.
+    </action>
     <!-- ADD -->
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Add PooledObject.getFullDuration().