This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/github/codeql-action-2
in repository https://gitbox.apache.org/repos/asf/commons-digester.git
discard 6a5d14bf Bump github/codeql-action from 1 to 2
add b366c248 Javadoc and don't use FQCN in throws clause.
add 6ab7c2b6 Bump actions/cache from 3.0.2 to 3.0.3
add 9e1c8864 Bump actions/checkout 2.3.4 to 3
add 6b436a5c Add coverage.yml
add 5a01544e Normalize Javadoc spelling
add 80be0d38 Normalize Javadoc spelling
add a5189571 Bump actions/cache 3.0.4 to 3.0.5
add a7397fbd Bump actions/cache 3.0.4 to 3.0.5
add f00406b8 Bump actions/checkout 2 to 3
add ad22b7b7 Update GitHub builds to use Temurin
add 18e471da Bump actions/cache from 3.0.5 to 3.0.6
add 55a773a3 Bump actions/cache from 3.0.6 to 3.0.7
add 83b65ca6 Bump actions/cache from 3.0.7 to 3.0.8
add 3dc4fc4c Add pmd:cpd-check to Maven default goal
add 717a9536 Javadoc @see tags do not need to use a FQCN for classes in
java.lang
add 9b66903f We don't use author tags
add 999e65f1 Use standard Javadoc @since tag format
add e5b2c944 Bump actions/checkout from 3 to 3.0.2.
add f6023b30 Add same scorecards-analysis.yml as Apache Log4j (except for
branches)
add ca853720 Bump github/codeql-action from 1 to 2
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 (6a5d14bf)
\
N -- N -- N
refs/heads/dependabot/github_actions/github/codeql-action-2 (ca853720)
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 | 2 +-
.github/workflows/{maven.yml => coverage.yml} | 25 +-
.github/workflows/maven.yml | 94 +-
.github/workflows/scorecards-analysis.yml | 67 +
.../commons/digester3/AbstractMethodRule.java | 546 ++++----
.../apache/commons/digester3/NodeCreateRule.java | 876 ++++++------
.../commons/digester3/RecordedInvocation.java | 294 ++--
.../java/org/apache/commons/digester3/Rule.java | 342 ++---
.../digester3/plugins/InitializableRule.java | 78 +-
.../digester3/plugins/PluginCreateRule.java | 1266 ++++++++---------
.../commons/digester3/plugins/PluginRules.java | 944 ++++++-------
.../commons/digester3/CallMethodRuleTestCase.java | 1434 ++++++++++----------
.../commons/digester3/DTDValidationTestCase.java | 274 ++--
.../apache/commons/digester3/DigesterTestCase.java | 1422 ++++++++++---------
.../digester3/ExtendedBaseRulesTestCase.java | 822 ++++++-----
.../org/apache/commons/digester3/NamedBean.java | 116 +-
.../commons/digester3/NodeCreateRuleTestCase.java | 1084 ++++++++-------
.../digester3/ObjectCreationFactoryTestImpl.java | 86 +-
.../commons/digester3/ObjectParamRuleTestCase.java | 184 ++-
.../digester3/OtherTestObjectCreationFactory.java | 58 +-
.../org/apache/commons/digester3/ParamBean.java | 128 +-
.../apache/commons/digester3/PrimitiveBean.java | 112 +-
.../commons/digester3/RegexRulesTestCase.java | 408 +++---
.../org/apache/commons/digester3/RuleTestCase.java | 1135 ++++++++--------
.../commons/digester3/RulesBaseTestCase.java | 544 ++++----
.../org/apache/commons/digester3/TestBean.java | 632 +++++----
.../commons/digester3/TestEntityResolution.java | 112 +-
.../commons/digester3/TestFactoryCreate.java | 452 +++---
.../org/apache/commons/digester3/TestRule.java | 380 +++---
.../org/apache/commons/digester3/TestRuleSet.java | 198 ++-
.../WithDefaultsRulesWrapperTestCase.java | 206 ++-
.../apache/commons/digester3/plugins/Utils.java | 84 +-
.../substitution/CompoundSubstitutorTestCase.java | 338 ++---
.../substitution/VariableExpansionTestCase.java | 652 +++++----
.../digester3/xmlrules/CallParamTestObject.java | 164 ++-
.../xmlrules/DigesterRulesSourceTestImpl.java | 93 +-
.../commons/digester3/xmlrules/ObjectTestImpl.java | 224 ++-
.../xmlrules/ThrowExceptionCreationFactory.java | 78 +-
.../digester3/examples/api/catalog/Main.java | 4 +-
pom.xml | 2 +-
src/changes/changes.xml | 341 ++---
41 files changed, 8160 insertions(+), 8141 deletions(-)
copy .github/workflows/{maven.yml => coverage.yml} (78%)
create mode 100644 .github/workflows/scorecards-analysis.yml