diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 639a742..f986a15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: with: name: jacoco-report-${{ github.run_id }} path: build/reports/jacoco/jacocoAllReport/html + retention-days: 7 - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 983f3c6..83e856a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -43,3 +43,4 @@ jobs: name: openssf-scorecard path: scorecard-results.sarif if-no-files-found: error + retention-days: 7