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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 489103d946a960a5ac8891b8d5bd36331d86505f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 09:10:44 2025 -0500

    Bump actions/setup-java from 5.0.0 to 5.1.0 (#2784)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.0.0 to 5.1.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/dded0888837ed1f317902acf8a20df0ad188d165...f2beeb24e141e01a676f977032f5a29d81c9e27e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 3ad8c9c26bf9ffd8c9de896222284732f72a0550)
    
    # Conflicts:
    #       .github/workflows/codeql-analysis.yml
    #       .github/workflows/pull-request-build.yml
    (cherry picked from commit 415947c1eb2210e3737bdda8fc3fce918e83a818)
    
    # Conflicts:
    #       .github/workflows/pull-request-build.yml
    (cherry picked from commit 920618b503e286cc5137fbdf34f7dfb33902210d)
    
    # Conflicts:
    #       .github/workflows/codeql-analysis.yml
    #       .github/workflows/pull-request-build.yml
---
 .github/workflows/codeql-analysis.yml    | 2 +-
 .github/workflows/pull-request-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index ff86785892..fce35afca7 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
         # a pull request then we can checkout the head.
         fetch-depth: 2
     - name: Setup JDK 11
-      uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
+      uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
       with:
         distribution: 'temurin'
         java-version: '11'
diff --git a/.github/workflows/pull-request-build.yml 
b/.github/workflows/pull-request-build.yml
index da9b22aa01..d76705dd3a 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -20,7 +20,7 @@ jobs:
     steps:
       - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 
v3.6.0
       - name: Set up JDK 11
-        uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
+        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
         with:
           java-version: '11'
           distribution: 'temurin'

Reply via email to