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 c9f704cafe1823e1484d46d476588d823e4bd44a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 30 13:18:41 2024 -0400
Bump actions/setup-java from 4.3.0 to 4.4.0 (#2086)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/2dfa2011c5b2a0f1489bf9e433881c92c1631f88...b36c23c0d998641eff861008f374ee103c25ac73)
---
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 20b102ad3f9a3bd7001cbd39a82ce1534bfa2667)
(cherry picked from commit d24c9aa71a1e38764c668f44878f64017b3ca6f9)
# 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 2605878102..7ff0e1d5c4 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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 #
v4.3.0
+ uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 #
v4.4.0
with:
distribution: 'temurin'
java-version: '11'
diff --git a/.github/workflows/pull-request-build.yml
b/.github/workflows/pull-request-build.yml
index 64e90cc39b..d7a8ebebdc 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #
v4.2.0
- name: Set up JDK 11
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 #
v4.3.0
+ uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 #
v4.4.0
with:
java-version: '11'
distribution: 'temurin'