diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bd2371c09..e36b78458 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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-maven-action@v1.14.0 with: java-version: ${{ matrix.jdk }} distribution: 'temurin' cache: maven - maven-version: '3.9.3' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL