You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2022/03/05 01:54:04 UTC

[commons-beanutils] branch dependabot/github_actions/actions/cache-2.1.7 updated (306a8aa -> 651b1df)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/github_actions/actions/cache-2.1.7
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git.


 discard 306a8aa  Bump actions/cache from 2.1.6 to 2.1.7
     add 6dd170a  Drop obsolete Travis build.
     add df6c074  Run dependabot once a week.
     add a4009c7  Add CodeQL GitHub workflow.
     add 6f2f353  Bump japicmp-maven-plugin from 0.15.3 to 0.15.6 (#105)
     add b414a1f  Bump maven-pmd-plugin from 3.13.0 to 3.16.0 (#107)
     add d953184  Bump biz.aQute.bndlib from 5.3.0 to 6.2.0 (#109)
     add fe3f833  Bump actions/checkout from 2 to 3 (#108)
     add 651b1df  Bump actions/cache from 2.1.6 to 2.1.7

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   (306a8aa)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/cache-2.1.7 (651b1df)

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/dependabot.yml                |  6 ++-
 .github/workflows/codeql-analysis.yml | 74 +++++++++++++++++++++++++++++++++++
 .github/workflows/maven.yml           |  2 +-
 .travis.yml                           | 27 -------------
 pom.xml                               |  6 +--
 5 files changed, 82 insertions(+), 33 deletions(-)
 create mode 100644 .github/workflows/codeql-analysis.yml
 delete mode 100644 .travis.yml