Skip to content

Commit

Permalink
Merge pull request #52 from AxaFrance/huaxing-yuan-patch-1
Browse files Browse the repository at this point in the history
Update build-and-publish-PROnly.yml (Java 17)
  • Loading branch information
huaxing-yuan authored Dec 5, 2023
2 parents 698d9e8 + 9d9426e commit a99c47b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish-PROnly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Install .NET Coverage
run: |
dotnet tool install --global dotnet-coverage
- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 1.11
- uses: actions/checkout@v2
java-version: '17'
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Cache SonarCloud packages
Expand Down

0 comments on commit a99c47b

Please sign in to comment.