Skip to content

Commit

Permalink
Update workflows to use newer Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Jul 1, 2024
1 parent df25437 commit 2a7efb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
java-version: '17'
distribution: 'adopt'
- name: Cache SonarQube packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 2a7efb7

Please sign in to comment.