Skip to content

Commit

Permalink
No issue: Update codeql.yml to use more recent Maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed Sep 4, 2024
1 parent 2b50cf0 commit 2731700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ jobs:
ref: ${{ github.head_ref || github.ref }}

- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v4
uses: s4u/setup-[email protected]
with:
java-version: ${{ matrix.jdk }}
distribution: 'temurin'
cache: maven
maven-version: '3.9.3'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 2731700

Please sign in to comment.