Update .github/workflows/sonar.yml
Some checks failed
Sonar / SonarQube (push) Failing after 1s

This commit is contained in:
Liviu Burcusel 2025-12-06 10:53:10 +01:00
parent 70dea5e97c
commit aaefc53a6b

View file

@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Restore npm cache
uses: https://code.forgejo.org/forgejo/cache-action@v3
uses: actions/cache-action@v3
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm
@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Save npm cache
uses: https://code.forgejo.org/forgejo/cache-action@v3
uses: actions/cache-action@v3
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm