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 18:59:47 UTC

[commons-dbcp] branch master updated: [StepSecurity] ci: Harden GitHub Actions #282

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


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

commit f7394a671638b826b0ca48b7aab6cf5e720348f2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 14:59:43 2023 -0400

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6e59379f..8ee0316a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -124,6 +124,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         PoolingDataSource.close() now always throws SQLException.
       </action>
+      <action dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory">
+        [StepSecurity] ci: Harden GitHub Actions #282.
+      </action>      
       <!-- ADD -->
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add and use AbandonedTrace#setLastUsed(Instant).