diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 980cd6c..4b6979d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,6 +57,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - uses: actions/setup-java@v1 + with: + java-version: 17 + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3