Skip to content

Commit

Permalink
Patchmanagement SB 3.3.0 / Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schubert authored and Stefan Schubert committed Jun 3, 2024
1 parent f59b867 commit 0521b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 21
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '22'
distribution: 'corretto'
# maven repo cache save and restore
- uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '22'
distribution: 'corretto'
# maven repo cache save and restore
- uses: actions/cache@v3
Expand Down

0 comments on commit 0521b06

Please sign in to comment.