fix: resolve CI failures — RetentionService bean, frontend types, artifact upload
CI — Build, Lint & Security Scan / backend (push) Failing after 1m24s
CI — Build, Lint & Security Scan / frontend (push) Failing after 48s
CI — Build, Lint & Security Scan / image-scan (push) Has been skipped
CI — Build, Lint & Security Scan / secrets-scan (push) Failing after 27s
Deploy to TrueNAS / deploy (push) Successful in 3m0s

- Remove @ConditionalOnProperty from RetentionService class; guard only @Scheduled method
- Fix QuotaStatus property references in frontend tests
- Downgrade upload-artifact to v3 for Gitea compatibility
This commit is contained in:
Patrick Plate
2026-06-19 16:23:18 +02:00
parent 51a9d1db58
commit 53931d9d2b
5 changed files with 17 additions and 11 deletions
+3 -3
View File
@@ -65,7 +65,7 @@ jobs:
- name: Upload dependency-check report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dependency-check-report
path: target/dependency-check-report.*
@@ -159,7 +159,7 @@ jobs:
- name: Upload Trivy reports
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: trivy-reports
path: trivy-*.json
@@ -189,7 +189,7 @@ jobs:
- name: Upload Gitleaks report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: gitleaks-report
path: gitleaks-report.json