Skip to content

Commit

Permalink
Merge pull request #49 from infinum/fix/github-action-for-code-analysis
Browse files Browse the repository at this point in the history
Fix Java version for Github action code analysis
  • Loading branch information
KCeh authored Mar 1, 2024
2 parents 8d7fa57 + 09879ea commit ed0f9a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: 17
- name: Save Gradle Caches
uses: actions/cache@v2
with:
Expand Down

0 comments on commit ed0f9a8

Please sign in to comment.