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 d42942b commit 001cbafCopy full SHA for 001cbaf
.github/workflows/sonar.yml
@@ -29,12 +29,6 @@ jobs:
29
path: ~/.sonar/cache
30
key: ${{ runner.os }}-sonar
31
restore-keys: ${{ runner.os }}-sonar
32
- - name: Cache Maven packages
33
- uses: actions/[email protected]
34
- with:
35
- path: ~/.m2
36
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
37
- restore-keys: ${{ runner.os }}-m2
38
- name: Build and analyze
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
0 commit comments