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

rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-10.x by this push:
     new 9e8d261399 [tomee-10.x]: bump actions/setup-java from 5.5.0 to 5.6.0
9e8d261399 is described below

commit 9e8d261399027e02046f3b2fe7ec0f5699240c9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 16 23:04:29 2026 +0000

    [tomee-10.x]: bump actions/setup-java from 5.5.0 to 5.6.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.5.0 to 5.6.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/0f481fcb613427c0f801b606911222b5b6f3083a...03ad4de0992f5dab5e18fcb136590ce7c4a0ac95)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.6.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 368c3ffc01..8f5c3fe9f8 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@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
+      uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
       with:
         java-version: '17'
         distribution: 'temurin'
diff --git a/.github/workflows/main-push-build.yml 
b/.github/workflows/main-push-build.yml
index 366d2e3fcc..6471e2a153 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@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
+      uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
       with:
         java-version: '17'
         distribution: 'temurin'

Reply via email to