Named checkout step
Some checks failed
Sonar / SonarQube (push) Failing after 4s

This commit is contained in:
Liviu Burcusel 2025-12-08 11:59:22 +01:00
parent ae3b30e7af
commit 94798de0b1
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -15,7 +15,8 @@ jobs:
name: SonarQube name: SonarQube
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - name: Checkout code
uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup node environment - name: Setup node environment