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-exec.git
The following commit(s) were added to refs/heads/master by this push: new a325905 Bump github/codeql-action from 1 to 2 #52 a325905 is described below commit a32590508eab9db1c816c8586dd4535d11633af0 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Jun 6 13:17:32 2022 -0400 Bump github/codeql-action from 1 to 2 #52 --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 96fa632..3ac8a2a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,10 @@ <action dev="ggregory" type="update" due-to="nullptr"> Java-style Array declaration and remove empty finally block #26. </action> + <!-- ADD --> + <action dev="ggregory" type="add" due-to="Gary Gregory, Dependabot"> + Bump github/codeql-action from 1 to 2 #52. + </action> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add ShutdownHookProcessDestroyer.isEmpty(). </action>