This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push: new ba44aa8bd Updating CodeQL to Java 17 ba44aa8bd is described below commit ba44aa8bdeb2f831b832fd5221181df44e37473e Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Mon Sep 18 06:57:18 2023 +0100 Updating CodeQL to Java 17 --- .github/workflows/codeql-analysis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 619588411..ad101d240 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,10 +7,10 @@ name: "CodeQL" on: push: - branches: [master] + branches: [master, 3_0_x-fixes] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [master, 3_0_x-fixes] #schedule: #- cron: '0 8 * * 5' @@ -43,6 +43,12 @@ jobs: # a pull request then we can checkout the head. fetch-depth: 2 + - name: Setup JDK 17 + uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 + with: + distribution: 'temurin' + java-version: '17' + - name: Cache local Maven repository uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #v3.3.2 with: