This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-3.0.10 in repository https://gitbox.apache.org/repos/asf/commons-bsf.git
discard 1bbd3b2 Bump actions/cache from 3.0.8 to 3.0.10 add 34973ab Disable Jacl tests on Java 11 add 459db43 Don't persist credentials unnecessarily add 66474ad Bump actions/cache from 3.0.8 to 3.0.10 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 (1bbd3b2) \ N -- N -- N refs/heads/dependabot/github_actions/actions/cache-3.0.10 (66474ad) 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 | 2 + pom.xml | 16 +++- ...ineTestTmpl.java => AbstractBSFEngineTest.java} | 8 +- ...FEngineTestTmpl.java => BSFEngineTestCase.java} | 4 +- src/test/java/org/apache/bsf/BSFTest.java | 29 ++++--- src/test/java/org/apache/bsf/engines/JaclTest.java | 91 ++++++++++------------ .../org/apache/bsf/engines/JavascriptTest.java | 4 +- .../java/org/apache/bsf/engines/JythonTest.java | 4 +- .../org/apache/bsf/engines/NetrexxTest_IGNORE.java | 4 +- 10 files changed, 81 insertions(+), 83 deletions(-) copy src/test/java/org/apache/bsf/{BSFEngineTestTmpl.java => AbstractBSFEngineTest.java} (91%) rename src/test/java/org/apache/bsf/{BSFEngineTestTmpl.java => BSFEngineTestCase.java} (94%)