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 2731700 commit 5fc9ec9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,17 @@ jobs:
ref: ${{ github.head_ref || github.ref }}

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

- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 5fc9ec9

Please sign in to comment.