This commit is contained in:
dependabot[bot] 2025-10-20 05:16:26 +00:00 committed by GitHub
commit aee83a4249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting. Otherwise sonarcloud will show a warning. # Disabling shallow clone is recommended for improving relevancy of reporting. Otherwise sonarcloud will show a warning.
fetch-depth: 0 fetch-depth: 0
- -
uses: actions/setup-node@v4 uses: actions/setup-node@v6
with: with:
cache: 'npm' cache: 'npm'
- -