Skip to content

Commit

Permalink
fix path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 967969e commit 3840bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
name: jar-bundle
path: '**/*.jar'
retention-days: 1

scan:
needs: build
Expand All @@ -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:
Expand Down

0 comments on commit 3840bb2

Please sign in to comment.