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/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/setup-java@v6
with:
distribution: 'temurin'
java-version: 17
java-version: 17.0.20+101

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/setup-java@v6
with:
distribution: 'temurin'
java-version: 17
java-version: 17.0.20+101
architecture: x64

- if: matrix.language == 'java'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-java@v6
with:
distribution: 'temurin'
java-version: 17
java-version: 17.0.20+101

- name: Build with Maven
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
distribution: 'temurin' # As good as any other, see: https://github.com/actions/setup-java#supported-distributions
java-package: 'jdk'
java-version: '17'
java-version: '17.0.20+101'
check-latest: true
cache: 'maven'

Expand Down
Loading