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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new 6372a83  Bump actions/setup-java from 5 to 5.6.0 (#354)
6372a83 is described below

commit 6372a83be8d7d60e0fb92d4c028812bf9d13e743
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 08:28:08 2026 -0400

    Bump actions/setup-java from 5 to 5.6.0 (#354)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to 
5.6.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v5...v5.6.0)
    
    ---
    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]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql.yml             | 2 +-
 .github/workflows/pull-request-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 9febe67..ef7967b 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -49,7 +49,7 @@ jobs:
       uses: actions/checkout@v7
 
     - name: Setup JDK 17
-      uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
+      uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
       with:
         distribution: 'temurin'
         java-version: '17'
diff --git a/.github/workflows/pull-request-build.yml 
b/.github/workflows/pull-request-build.yml
index 44b2bce..f0e666b 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -17,7 +17,7 @@ jobs:
     steps:
       - uses: actions/checkout@v7
       - name: Set up JDK 17
-        uses: actions/setup-java@v5
+        uses: actions/[email protected]
         with:
           java-version: '17'
           distribution: 'temurin'

Reply via email to