diff --git a/.github/workflows/findsecbugs.yml b/.github/workflows/findsecbugs.yml index 70651f643..23b366c04 100644 --- a/.github/workflows/findsecbugs.yml +++ b/.github/workflows/findsecbugs.yml @@ -36,6 +36,7 @@ jobs: with: name: jar-bundle path: '**/*.jar' + retention-days: 1 scan: needs: build @@ -51,7 +52,6 @@ jobs: uses: actions/download-artifact@v4 with: name: jar-bundle - path: '${{ matrix.module }}/' - name: Run FindSecBugs for Codyze CLI uses: advanced-security/spotbugs-findsecbugs-action@v1 with: