Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
update to use java 23
  • Loading branch information
tommens authored Dec 29, 2024
1 parent db07561 commit 6620a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set up with Java 21
- name: Set up with Java 23
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
distribution: 'temurin'
java-version: 21
java-version: 23
cache: 'maven'

- name: Initialize CodeQL for security scanning
Expand Down

0 comments on commit 6620a52

Please sign in to comment.