Skip to content

Commit

Permalink
Added gradle-setup to utilize cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaskinn committed Sep 26, 2024
1 parent 637bdab commit c0c58d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0c58d3

Please sign in to comment.