diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5b86349..6df92fd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -48,12 +48,13 @@ jobs: - uses: actions/setup-java@v4 with: java-version: 21 + distribution: temurin - run: | make compile - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 - name: Run tests run: |