Skip to content

Commit

Permalink
Update code-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KCeh committed Feb 13, 2024
1 parent 8d7fa57 commit 09879ea
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 09879ea

Please sign in to comment.