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 915d86f9f691b958cccea00611224a4853572416
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 4 09:57:44 2023 -0400
Bump actions/setup-java from 3.10.0 to 3.12.0 (#1416)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
3.10.0 to 3.12.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/v3.10.0...cd89f46ac9d01407894225f350157564c9c7cee2)
---
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 2f05ce4f502106063af8a4c06549bcdc05540e27)
# Conflicts:
# .github/workflows/codeql-analysis.yml
---
.github/workflows/codeql-analysis.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index cefcd5322c..8c15e9df7e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -42,6 +42,11 @@ jobs:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
+ - name: Setup JDK 11
+ uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 #
v3.12.0
+ with:
+ distribution: 'temurin'
+ java-version: '11'
- name: Cache local Maven repository
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with: