Skip to content

Commit

Permalink
change ci runners to JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Dec 12, 2023
1 parent dec5141 commit c772b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version: 11
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Cache SonarCloud packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 21
cache: 'maven'
- name: Run org.owasp:dependency-check plugin
id: dependency-check
Expand Down

0 comments on commit c772b33

Please sign in to comment.