diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index a4247da..fb96cc0 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -237,6 +237,11 @@ jobs: steps: - name: "Checkout repository" uses: actions/checkout@v4 + - name: "Set up Gradle for Java/Kotlin" + if: matrix.language == 'kotlin' || matrix.language == 'java' + uses: gradle/actions/setup-gradle + with: + cache-read-only: true # Force read only, - name: "Initialize CodeQL for Java/Kotlin" if: matrix.language == 'kotlin' || matrix.language == 'java' uses: github/codeql-action/init@v3