Skip to content

Commit 001cbaf

Browse files
authored
fix: remove unnecessary cache (#825)
1 parent d42942b commit 001cbaf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/sonar.yml

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
path: ~/.sonar/cache
3030
key: ${{ runner.os }}-sonar
3131
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
3832
- name: Build and analyze
3933
env:
4034
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

0 commit comments

Comments
 (0)