Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: cui-java-tools
pages-reference: cui-java-tools
sonar-project-key: cuioss_cui-java-tools
release:
current-version: 2.3.1
next-version: 2.3-SNAPSHOT
current-version: 2.4.0
next-version: 2.4.1-SNAPSHOT
78 changes: 0 additions & 78 deletions .github/workflows/codeql.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
metadata-file-path: '.github/project.yml'
local-file: true

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
server-id: central
server-username: MAVEN_USERNAME
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ 17,21,24 ]
version: [ 21,24 ]

steps:
- name: Harden the runner (Audit all outbound calls)
Expand Down Expand Up @@ -45,10 +45,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 17 for Sonar-build
- name: Set up JDK 21 for Sonar-build
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven

Expand Down Expand Up @@ -84,10 +84,10 @@ jobs:
egress-policy: audit

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK 17 for snapshot release
- name: Set up JDK 21 for snapshot release
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
server-id: central
server-username: MAVEN_USERNAME
Expand Down
Loading
Loading