Skip to content

Commit

Permalink
narrow down path even more
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent f7683fb commit 779bf40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
ls -la
cd build/
ls -la
cd libs/
ls -la
- name: Run FindSecBugs
uses: advanced-security/spotbugs-findsecbugs-action@v1
with:
spotbugs_target: "build/"
spotbugs_target: "build/libs"
java_distribution: "temurin"
java_version: "17"

0 comments on commit 779bf40

Please sign in to comment.