Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit fb95678

Browse files
committed
Update GitAction for setup-java
1 parent 2c83cab commit fb95678

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
dotnet-version: '6.0.200'
2424

2525
- name: Set up JDK 11
26-
uses: actions/setup-java@v1
26+
uses: actions/setup-java@v3.0.0
2727
with:
28-
java-version: 1.11
28+
distribution: 'adopt'
29+
java-version: '11'
2930

3031
- uses: actions/checkout@v2
3132
with:

0 commit comments

Comments
 (0)