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

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

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().