This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.0.0 in repository https://gitbox.apache.org/repos/asf/commons-scxml.git.
discard fa26344 Bump maven-antrun-plugin from 1.7 to 3.0.0 add 20dadb9 No need to nest in else. add 6596540 Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea. add 6655a24 Update `actions/setup-java` to v2. add d6fbd43 Update commons-io 2.7 -> 2.9.0. add 463d3d1 AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin. add 2234a06 Update GitHub build from Java 16 to 17. add 55fdb8a Add CodeQL GitHub workflow. add 10b9d4f Add CODE_OF_CONDUCT.md add 459e1ec Use verify in default goal instead of package. add e7b7283 Fix build on Java 17. add 8588093 Bump maven-antrun-plugin from 1.7 to 3.0.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (fa26344) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.0.0 (8588093) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 74 +++++++++++++ .github/workflows/maven.yml | 13 ++- SECURITY.md => CODE_OF_CONDUCT.md | 2 +- pom.xml | 53 +++++++++- src/changes/changes.xml | 8 +- .../commons/scxml2/SCXMLExecutionContext.java | 3 +- .../org/apache/commons/scxml2/SCXMLExecutor.java | 22 ++-- .../apache/commons/scxml2/SCXMLIOProcessor.java | 2 +- .../commons/scxml2/env/AbstractBaseEvaluator.java | 20 ++-- .../apache/commons/scxml2/env/SimpleContext.java | 6 +- .../commons/scxml2/env/SimpleDispatcher.java | 116 ++++++++++----------- .../apache/commons/scxml2/io/ContentParser.java | 2 +- .../org/apache/commons/scxml2/io/SCXMLWriter.java | 5 +- .../java/org/apache/commons/scxml2/io/package.html | 15 ++- .../org/apache/commons/scxml2/model/Action.java | 2 +- .../org/apache/commons/scxml2/model/Foreach.java | 72 +++++++------ .../org/apache/commons/scxml2/model/Invoke.java | 20 ++-- .../scxml2/semantics/SCXMLSemanticsImpl.java | 22 ++-- .../org/apache/commons/scxml2/w3c/W3CTests.java | 20 ++-- 19 files changed, 290 insertions(+), 187 deletions(-) create mode 100644 .github/workflows/codeql-analysis.yml copy SECURITY.md => CODE_OF_CONDUCT.md (83%)