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 c5a4e3eee9791faa79ad8180b41fe7308ea12184
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 09:28:51 2024 -0400

    Bump actions/setup-java from 4.4.0 to 4.5.0 (#2120)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
4.4.0 to 4.5.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/b36c23c0d998641eff861008f374ee103c25ac73...8df1039502a15bceb9433410b1a100fbe190c53b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      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 7b43956cbac47bcc55ce9e63dfe28f398c03aaab)
    (cherry picked from commit a0977132310c45b7f5f4445b6065b5101f87c098)
    
    # 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 cdcd33424a..5962d0e41f 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@b36c23c0d998641eff861008f374ee103c25ac73 # 
v4.4.0
+      uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # 
v4.5.0
       with:
         distribution: 'temurin'
         java-version: '11'
diff --git a/.github/workflows/pull-request-build.yml 
b/.github/workflows/pull-request-build.yml
index 79ecd601ee..2554dfed11 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -20,7 +20,7 @@ jobs:
     steps:
       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 
v4.2.1
       - name: Set up JDK 11
-        uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # 
v4.4.0
+        uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # 
v4.5.0
         with:
           java-version: '11'
           distribution: 'temurin'

Reply via email to