modified: .gitea/workflows/sonarqube.yml
/ sonarqube (push) Failing after 48s

modified:   .gitea/workflows/sonarqube_manual.yml
This commit is contained in:
2026-05-25 14:20:01 -04:00
parent 0744d9622f
commit c616e3a502
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v8.1.0 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v8.1.0 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0