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

jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new bdd5edc599 Bump actions/setup-java from 5.1.0 to 5.2.0
bdd5edc599 is described below

commit bdd5edc5993a4a173c8b97860693cada9ca08f36
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 23:07:32 2026 +0000

    Bump actions/setup-java from 5.1.0 to 5.2.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.1.0 to 5.2.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/f2beeb24e141e01a676f977032f5a29d81c9e27e...be666c2fcd27ec809703dec50e508c2fdc7f6654)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/main-pull-request-build.yml | 2 +-
 .github/workflows/main-push-build.yml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main-pull-request-build.yml 
b/.github/workflows/main-pull-request-build.yml
index df4e2ccb9b..3df920c680 100644
--- a/.github/workflows/main-pull-request-build.yml
+++ b/.github/workflows/main-pull-request-build.yml
@@ -16,7 +16,7 @@ jobs:
         persist-credentials: false
 
     - name: Set up JDK 17
-      uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
+      uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
       with:
         java-version: '17'
         distribution: 'temurin'
diff --git a/.github/workflows/main-push-build.yml 
b/.github/workflows/main-push-build.yml
index 45f1a46093..15e6637aad 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -16,7 +16,7 @@ jobs:
         persist-credentials: false
 
     - name: Set up JDK 17
-      uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
+      uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
       with:
         java-version: '17'
         distribution: 'temurin'

Reply via email to