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

dependabot[bot] pushed a change to branch 
dependabot/github_actions/github/codeql-action/autobuild-4.37.1
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


    omit 880e73ca82 Bump github/codeql-action/autobuild from 4.37.0 to 4.37.1
     add d9f7d79a26 Bump actions/setup-java from 5.5.0 to 5.6.0
     add 3050ccf4aa Fixing the issue with the CI/CD (#1470)
     add 655cf5aa17 Migrate remaining minilang XML tests to Groovy JUnit test 
cases (#1473)
     add 1c73a9485d Bump actions/checkout from 7.0.0 to 7.0.1
     add 4b83b016c4 Bump js-yaml to 4.3.0 and brace-expansion to 2.1.2
     add a0f0340185 Bump swagger-ui-dist from 5.32.8 to 5.32.10 in 
/framework/rest-api
     add d06b07b9f4 Bump moment-timezone in 
/themes/common-theme/webapp/common-theme/js
     add c20f656573 Bump fast-xml-parser to 5.10.1 and dompurify to 3.4.12
     add b18a707d54 Bump github/codeql-action/init from 4.37.0 to 4.37.1
     add 6c5a35ae00 Bump github/codeql-action/autobuild from 4.37.0 to 4.37.1
     add cc64f5144e Bump github/codeql-action/analyze from 4.37.0 to 4.37.1
     add 65afc650a2 Bump github/codeql-action/autobuild from 4.37.1 to 4.37.3

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   (880e73ca82)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/github/codeql-action/autobuild-4.37.1 
(65afc650a2)

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/asf-allowlist-check.yml          |  2 +-
 .github/workflows/codeql-analysis.yml              |  8 +--
 .github/workflows/dependency-review.yml            |  2 +-
 .github/workflows/docker-image.yml                 |  2 +-
 .github/workflows/gradle.yml                       | 37 +++++++++--
 .github/workflows/scorecard.yml                    |  2 +-
 applications/order/testdef/QuoteTests.xml          |  4 +-
 framework/common/minilang/test/UserLoginTests.xml  | 38 -----------
 .../apache/ofbiz/common/test/UserLoginTests.groovy | 35 +++++++----
 framework/common/testdef/UserLoginTests.xml        |  4 +-
 .../entity/minilang/EntityUtilPropertiesTests.xml  | 45 -------------
 .../entity/test/EntityUtilPropertiesTests.groovy}  | 33 ++++------
 framework/entity/testdef/entitytests.xml           |  4 +-
 framework/rest-api/package-lock.json               | 73 +++++++++++++---------
 framework/rest-api/package.json                    |  7 ++-
 .../webapp/common-theme/js/package-lock.json       |  8 +--
 .../webapp/common-theme/js/package.json            |  2 +-
 17 files changed, 130 insertions(+), 176 deletions(-)
 delete mode 100644 framework/common/minilang/test/UserLoginTests.xml
 copy 
applications/order/src/test/groovy/org/apache/ofbiz/order/order/test/CustRequestPermissionCheckTests.groovy
 => 
framework/common/src/test/groovy/org/apache/ofbiz/common/test/UserLoginTests.groovy
 (54%)
 delete mode 100644 framework/entity/minilang/EntityUtilPropertiesTests.xml
 copy 
framework/{base/src/test/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy 
=> 
entity/src/test/groovy/org/apache/ofbiz/entity/test/EntityUtilPropertiesTests.groovy}
 (59%)

Reply via email to