We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c0784 commit c9c7016Copy full SHA for c9c7016
.github/workflows/sonar.yml
@@ -25,7 +25,7 @@ jobs:
25
java-version: 17
26
cache: 'maven'
27
- name: Cache SonarCloud packages
28
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
29
with:
30
path: ~/.sonar/cache
31
key: ${{ runner.os }}-sonar
0 commit comments