Skip to content

Commit

Permalink
Merge pull request #138 from ecos-umons/tommens-patch-12
Browse files Browse the repository at this point in the history
Update codeql.yml
  • Loading branch information
tommens authored Dec 30, 2024
2 parents 85a9975 + 96d02f8 commit f4ba426
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 17
- name: Set up with Java
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: 'temurin'
java-version: 17
java-version: 21
cache: 'maven'

- name: Initialize CodeQL for security scanning
Expand Down

0 comments on commit f4ba426

Please sign in to comment.