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 2022/06/06 20:14:33 UTC

[commons-email] branch master updated: Bump github/codeql-action from 1 to 2 #75

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


The following commit(s) were added to refs/heads/master by this push:
     new 35c09a2  Bump github/codeql-action from 1 to 2 #75
35c09a2 is described below

commit 35c09a2440994ec151c0574561a9a39f689ea12c
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon Jun 6 16:14:29 2022 -0400

    Bump github/codeql-action from 1 to 2 #75
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 10c68f1..2b87d50 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,10 @@
       <action issue="EMAIL-190" type="update" due-to="sgoeschl">
         Fix broken JDK 9 build by updating "easymock" and other dependencies.
       </action>
+      <!-- ADD -->
+      <action type="add" due-to="Dependabot" dev="ggregory">
+        Add github/codeql-action #75.
+      </action>
       <!-- UPDATE -->
       <action type="update" due-to="Dependabot" dev="ggregory">
         Bump actions/checkout from 1 to 3, #25 #33, #67.