This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit e29a7c30a1577009760f39b2898071685529233e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 16 07:58:05 2024 -0400
Bump actions/setup-java from 4.2.2 to 4.3.0 (#2068)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
4.2.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/6a0805fcefea3d4657a47ac4c165951e33482018...2dfa2011c5b2a0f1489bf9e433881c92c1631f88)
---
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 1d1f0bdc16827299c7d151113d02165f29ce5548)
(cherry picked from commit 4f5e9817eb745f3a3f277a5f24fdf3a444c4cf6c)
# Conflicts:
# .github/workflows/codeql-analysis.yml
# .github/workflows/pull-request-build.yml
(cherry picked from commit 827e76ba0d8c6a47eb538ab6e92f905ed7a90220)
# Conflicts:
# .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 c2b2cd333d..7b4dc9db63 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
# a pull request then we can checkout the head.
fetch-depth: 2
- name: Setup JDK 11
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 #
v4.2.2
+ uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 #
v4.3.0
with:
distribution: 'temurin'
java-version: '11'
diff --git a/.github/workflows/pull-request-build.yml
b/.github/workflows/pull-request-build.yml
index 2c9e8d5906..efc94aa72f 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #
v4.1.7
- name: Set up JDK 8
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 #
v4.2.2
+ uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 #
v4.3.0
with:
java-version: '8'
distribution: 'temurin'