Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a426a4 commit 8bab8c7Copy full SHA for 8bab8c7
.github/workflows/sonar.yml
@@ -19,13 +19,13 @@ jobs:
19
with:
20
java-version: 17
21
- name: Cache SonarCloud packages
22
- uses: actions/cache@v1
+ uses: actions/cache@v3
23
24
path: ~/.sonar/cache
25
key: ${{ runner.os }}-sonar
26
restore-keys: ${{ runner.os }}-sonar
27
- name: Cache Maven packages
28
29
30
path: ~/.m2
31
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments